Problem Description
When I run my game preview via wifi, CocoonJS launcher complain about the webstorage
Attach a Capx
I dont think you need capx. I just load empty project and add Webstorage object and preview via wifi.
Description of Capx
I dont think you need capx. I just load empty project and add Webstorage object and preview via wifi.
Steps to Reproduce Bug
- Create new empty project
- Add Webstore. No event or anything.
- Preview via CocoonJS launcher on Android. (Galaxy S3 4.3)
Observed Result
Annoying alert message from CocoonJS. And I think Webstorage is broken.
On Ipad it is working fine.
Expected Result
Webstorage just work and no annoying message.
Affected Browsers
- Chrome: (NO)
- FireFox: (NO)
- Internet Explorer: (NO)
Operating System and Service Pack
Windows 8.1 64Bit
Construct 2 Version ID
R164.2 until R171. I just stopped and look for fix.
Solution is here http://docs.moodle.org/24/en/Converting_files_to_UTF-8
Just open the files from webstorage plugin folder in Notepad++ and resave as UTF8. I noticed that the runtime.js is in "UTF8 without BOM" format. So that may be the cause of the problem.
Hopefully this help anyone that having this problem and I hope you included the fix in next release.