Hi,
I don’t know how this came to be, I did update to Version: 3.1.1 but maybe it’s something else
Yes, this is because of the update to 3.1.1. I recall that there were some changes to puzzles regarding the ability to add html elements and those changes required updating the default application template files.
In your project those template files I’m talking about are my_awesome_iFrame1/Suntest.js
and my_awesome_iFrame2/my_awesome_iFrame2.js
. Here’s their modified versions: changed_files.zip which you can just replace the old files with.
Normally, you could have updated the application files via the update menu in the Application Manager like this:
But(!) since they have been manually edited you obviously don’t want to lose changes you’ve made and updating in that way is not an option.
Sorry for such an inconvenience.
For anyone with the same problem the fix is to replace the following lines in your application’s main .js file:
var initOptions = v3d.PL ? v3d.PL.execInitPuzzles().initOptions
: { useFullscreen: true };
with this:
var initOptions = v3d.PL ? v3d.PL.execInitPuzzles({
container: CONTAINER_ID }).initOptions
: { useFullscreen: true };
Attachments:
You must be
logged in to view attached files.
Co-founder and lead developer at Soft8Soft.