From 621d2df72eef74eb40c422a7ab00503327bfbfa1 Mon Sep 17 00:00:00 2001 From: Bryan Stearns Date: Fri, 14 Aug 2020 20:24:05 -0700 Subject: [PATCH] chore(docs): Add a debugging note (#1517 by @BryanStearns) [skip ci] Co-authored-by: Jamon Holmgren --- docs/Debugging.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Debugging.md b/docs/Debugging.md index b708001..120742d 100644 --- a/docs/Debugging.md +++ b/docs/Debugging.md @@ -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.