Skip to content

Commit

Permalink
chore(docs): Add a debugging note (react-native-webview#1517 by @brya…
Browse files Browse the repository at this point in the history
…nstearns)

[skip ci]

Co-authored-by: Jamon Holmgren <[email protected]>
  • Loading branch information
bryanstearns and jamonholmgren authored Aug 15, 2020
1 parent 4624489 commit 621d2df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/Debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 621d2df

Please sign in to comment.