0

Some error occurs in my app on iPad. But I can not to debug it. I need just an error message. How this can be solve on any browser, Chrome or Safari? And I don't have Mac.

Astraport
  • 1,239
  • 4
  • 20
  • 40
  • Possible duplicate of [Is there a way to debug JavaScript in the iPhone/iOS Safari browser?](http://stackoverflow.com/questions/7242997/is-there-a-way-to-debug-javascript-in-the-iphone-ios-safari-browser) – Alexander O'Mara Dec 19 '16 at 16:41
  • 1
    Possible duplicate of [Debug ipad safari with a PC](https://stackoverflow.com/questions/20408110/debug-ipad-safari-with-a-pc) – Alexander O'Mara Dec 19 '16 at 16:58

1 Answers1

0

If you have a laptop or desktop computer, Mac or not, you can debug web apps as if on a mobile device using some browser development tools.

Here is how you can toggle device mode in Chrome, for example:

enter image description here

Here is how to do it in Safari, assuming you've enabled developer tools:

enter image description here

ThePartyTurtle
  • 2,276
  • 2
  • 18
  • 32
  • 5
    Of course, I use it, but there's a huge difference between the emulator and a real device. – Astraport Dec 19 '16 at 16:57
  • You might be out of luck if you are debugging an iPad. Apple explains it's mobile web debugging tools here: https://developer.apple.com/safari/tools/ . This feature looks like it's only available on Safari for Mac's from what I can tell. – ThePartyTurtle Dec 19 '16 at 17:31
  • This question addresses a similar issue: http://stackoverflow.com/questions/26014850/debugging-mobile-safari-in-ios-8-and-ios-9 . – ThePartyTurtle Dec 19 '16 at 17:32