Developers

Technical forum about Content Type or System Plugin development.
Here you can apply for developer access.

How to resolve dependancy failures between H5P core assets?

Forums: 

Hello.

I'm trying to integrate H5P into a custom platform.  I could really use some advice on a couple of problems I'm faciing. 

The platform is an Single Page Application, where I'm only loading the H5P assets as-needed (in the browser).  The problem I'm seeing is that the dependancies between the various H5P assets is complex.  I found early on that I had to make all the <script> tags synchronous (async = false), or h5p.js would not load becase H5P.jQuery  wasn't defined, etc., etc.

Pages