I understand the need to connect to the HTML file via localHost: on my Mac to get all the effects etc to work as desired...super
I understand that when opening the HTML as file:// I will get a cross-origin error and the effects etc do not work.
I now have the entire project setup to run on an iPad (using phonegap / cordova) to create the IOS project.
This basically runs all the HTML and JS in a webview on the device and for the most part, works a treat.
However I have now discovered that the effects do not work on the IPad which I suspect is to do with the cross-origin issue.
does anyone know a work around for this?
Like I say, so far all the cool stuff I have learned in the book so far to run in browsers I have managed to port successfully to IOS and Android until now....
In hope....












