Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
I have a start-up screen that uses an Ajax call for login verification. No problem when running in the Mobile Web Simulator, however, the Mobile Web App run out of the App Center does not work. Any help would be appreciated. I am using ver 2.62
the Simulator is configure to operate like a Cordova/PhoneGap app which typicallly do not have CORS restrictions since the app’s web content is loaded from the local filesystem on the device. But a mobile browser must work with to the web security model. This example might be helpful for you.