iOS-WebView-App
Out of date
This repo is a bit old, so you'll want a more recent webview app to use in XCode. Perhaps geocolumbus/wkwebview or coffellas-cto/GDWebViewController may work well. (Currently untested by me.)
Pull requests to update this repo/readme very welcome.
Simple iOS app that loads a web page created to ease debugging a uiWebView
.
Unfortunately you cannot directly debug Chrome on iOS as debugging hooks are not available in published apps. This is the next best thing. If your issue reproduces the same in Mobile Safari, you can debug there. It's easier.
You'll need to install XCode.
- "Download Zip" or clone this project
- Open XCode, open existing project, and choose the project you just downloaded.
- Open WebViewAppDelegate.m and change the
urlString
to be the URL you want to test. - Run the app in the iOS Simulator.
- Open Safari, Open the Develop Menu, Choose iOS Simulator and select your webview.
- Safari Inspector will now be inspecting your uiWebView.
Directions above are from http://stackoverflow.com/a/25817718/89484