Problems embedding apps
I am finding problems when using embedded GeoGebra apps.
It is not possible to load some applets (which used to be loaded without any problems). Some of the applets them can still be loaded.
Is there anything wrong with the API? Is there anything I can do?
-----------------------------------------------
For example, I can load resource with id: ja88fwpa, using this code without any problems:
<p><script src="https://www.geogebra.org/ap...;
<div id="ggb-element"></div>
<p><script>
var ggbApp = new GGBApplet({"appName": "graphing", "material_id":"ja88fwpa","width": 675, "height": 417, "showToolBar": false, "showAlgebraInput": false, "showMenuBar": false }, true);
window.addEventListener("load", function() { ggbApp.inject('ggb-element');
});
</script></p>
Neverthless, if I change the material id to some others, like "wg3zneut", this applet is not loaded (and I had not had any problems with it before).
Many applets are being affected by this issue.
Sorry, I can see the problem. As a workaround until we fix this you can use id nbgmhj7j instead
You can find the alter-ego id by looking eg https://api.geogebra.org/v1...
Comments have been locked on this page!