h5p-standalone
h5p-standalone copied to clipboard
Display H5P content without the need for an H5P server
Hi, I tried the /refactor/ts_migration branch and it solves many problems. Thanks a lot! During my tests, I identified a problem with Interactive Books. Firefox throws: "Uncaught TypeError: a.metadata is...
Closes #113 - full migration to TypeScript Fixes #112 - H5PIntegration.postUserStatistics is always false Fixes #106 - Escaping from full screen, throws an error Closes #89 - Developer can override...
Hi, It's been a few days that I'm having the following error in frame.bundle.js: jQuery.Deferred exception: "prototype" is read-only It happens with Interactive Books and Dialog Cards. Any idea how...
Although H5P standalone provides an easy and quick way for a developer/less technical user to display any H5P content on a website, few configuration options are currently not exposed for...
I downloaded the chart example from h5p.org: https://h5p.org/chart. When I look at the file on h5p.org on Safari, it renders fine. When I test it the same file using the...
The project currently provides a baseline for anyone who wishes to have an H5P standalone player on their project via NPM. Although this works on most* occasions, developers utilizing Typescript...
below bug at line 125 in h5p-standalone.class.js if (options.postUserStatistics) { H5PIntegration.postUserStatistics = false }
Hi Team! Thank you so much for your awesome work! I just wanted to make you aware of an issue that I have encountered when I started using your library....
Related to #52 - Removed babel babel-polyfill error by removing duplicated JS script dependencies (h5p-interactive-book.js was included twice hence causing it to be run twice) - Resolved undefined title error...
I am interested in creating a standalone version of the H5P editor. That is, it would be a javascript hosted version of the editor. It would have to contain links...