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