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
Could you please give us some more information on what platforms you are experiencing problems on? I am attaching a _custom.js file that I tested with, it shows how to register document ready listeners with both PhoneGap and the MobiOne phoneui library, as well as how to register listeners for the resume event. These functions all worked with the latest version of MobiOne on the Android platforms I tested with.
Obviously my problem was that I did the document.addEventListener(“deviceready”, onPhoneGapDeviceReady, false); in the phoneui.documentReadyHandler = function(). When I do it “outside” as you do, than it works on Android, too.