--
-- You received this message because you are subscribed to the Google
Groups "phonegap" group.
To post to this group, send email to phon...@googlegroups.com
To unsubscribe from this group, send email to
phonegap+u...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/phonegap?hl=en?hl=en
For more info on PhoneGap or to download the code go to www.phonegap.com
To compile in the cloud, check out build.phonegap.com
---
You received this message because you are subscribed to the Google Groups "phonegap" group.
To unsubscribe from this group and stop receiving emails from it, send an email to phonegap+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
I can verify, that I can use web inspector with the simulator, but I cannot use web inspector with the very same app running on real device.So the question is: Does it really work on real device? Is there a single developer able to do this?Thanks,Jan
Dne čtvrtek, 14. února 2013 14:55:50 UTC+1 ScottP napsal(a):
I can verify, that I can use web inspector with the simulator, but I cannot use web inspector with the very same app running on real device.So the question is: Does it really work on real device? Is there a single developer able to do this?Thanks,Jan
Dne čtvrtek, 14. února 2013 14:55:50 UTC+1 ScottP napsal(a):
Yes, I've used web inspector with cordova apps.
--
You received this message because you are subscribed to a topic in the Google Groups "phonegap" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/phonegap/II1UMUawYBI/unsubscribe?hl=en-US.
To unsubscribe from this group and all its topics, send an email to phonegap+u...@googlegroups.com.
I can, and do, debug my PG apps via Safari.Thoughts:1) Make sure the device is tethered. Make sure Xcode can talk to it.
2) Restart Safari /after/ plugging in the iDevice. I've had occasions where Safari won't register my device until I restart the browser.
3) Restart your device. Perhaps there's a problem in the communication between the device and Safari that will be resolved by rebooting the device.
4) I'm not sure, but does the device have to be marked as a development device? (all mine are, so I can't verify if it is required or not)
My solution:
I published an app with a distribution profile and the debug menu said "No inspectable application", when I build the app on my iDevice with a developer profile the app appeare in the menu.
I think Apple make app in distribution not inspectable.
Yes! That was the problem. I was using distribution profile, which does not allow debugging. Developer profile must be used.
Thanks,
jan
My solution:
I published an app with a distribution profile and the debug menu said "No inspectable application", when I build the app on my iDevice with a developer profile the app appeare in the menu.
I think Apple make app in distribution not inspectable.
Il giorno giovedì 11 aprile 2013 17:26:08 UTC+2, Shazron Abdullah ha scritto: