I have a HTML page with JS code which works perfectly on Android and Desktop browsers, but fails on iOS. Is there any way to debug this page in iOS UIWebView on Windows with Chrome (like remote devices with Android)?
Asked
Active
Viewed 167 times
0
-
also official [docs](https://developer.apple.com/library/content/documentation/AppleApplications/Conceptual/Safari_Developer_Guide/GettingStarted/GettingStarted.html) – oboshto Mar 29 '17 at 08:15
-
Possible duplicate of [What are some methods to debug Javascript inside of a UIWebView?](http://stackoverflow.com/questions/2767902/what-are-some-methods-to-debug-javascript-inside-of-a-uiwebview) – oboshto Mar 29 '17 at 08:16
-
@oboshto I saw this topic. But they're talking about debugging it from osX, while I need to debug it from Windows. – Igal Mar 29 '17 at 08:28
1 Answers
0
I made some search about this, and i think it may work if you use Weinre, give it a try.

Mahdi Chihaoui
- 55
- 1
- 8