chore(docs): Add a debugging note (#1517 by @BryanStearns)

[skip ci]

Co-authored-by: Jamon Holmgren <jamonholmgren@gmail.com>
This commit is contained in:
Bryan Stearns 2020-08-14 20:24:05 -07:00 committed by GitHub
parent 462448900a
commit 621d2df72e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -15,12 +15,14 @@ It's possible to debug WebView contents in the iOS simulator or on a device usin
3. Safari -> Develop -> [device name] -> [app name] -> [url - title]
4. You can now debug the WebView contents just as you would on the web
##### Note:
##### Notes:
When debugging on device you must enable Web Inspector in your device settings:
Settings -> Safari -> Advanced -> Web Inspector
Also, if you don't see your device in the Develop menu, and you started Safari before you started your simulator, try restarting Safari.
### Android & Chrome
It's possible to debug WebView contents in the Android emulator or on a device using Chrome DevTools.