Hi all, I've two ipad 2 and 4. I'm able to test the demo version of Wikitude (with phonegap) only on Ipad 2.
The Ipad simulator of XCode and Ipad 4 show only the demo's menu but don't go inside the example.
Debugging with some "alert" I saw that the new Ipads stops at: app.wikitudePlugin.setOnUrlInvokeCallback(app.onUrlInvoke);
Anyone have some suggestions?
Thanks
Enrico.
A
Andreas Schacherbauer
said
over 9 years ago
Hi Enrico, You could use the Safari Web Inspector to debug the JS part of your PhoneGap world. Simply open the Web Inspector and hit cmd + shift + r to force a full reload of the app. Any error that will occur during the load or open ARchitect World steps, will cause a console output, giving you some precise information what went wrong.
As you mentioned that the behavior is the same for the simualtor and the device, what was the result of the 'isDeviceSupported' function?
Enrico Pasqualotto