You cannot directly remove the debug version of Chrome on iOS at this time. It uses uiWebView, which can act subtly than Mobile Safari
You have several options.
Option 1: Remote debug Mobile Safari using the Safari Inspector. If your issue reproduces in Mobile Safari, this is definitely the best way to go. In fact, passing the iOS simulator is even easier.
Option 2: Use Weinre to debug debugging . Weinre does not have many features, but sometimes it is good enough.
Option 3: Remote debugging of a correct uiWebView that works the same.
Here is the best way to do this. You need to install Xcode .
- Go to github.com/paulirish/iOS-WebView-App and "Download Zip" or clone.
- Open Xcode, open an existing project, and select the project you just downloaded.
- Open WebViewAppDelegate.m and change
urlString to the URL you want to check. - Launch the app in iOS Simulator.
- Open Safari, open the development menu, select iOS Simulator and select your webview.
- Safari Inspector will now check your uiWebView.



Paul irish
source share