diff --git a/docs/mobile-emulation.html b/docs/mobile-emulation.html index 2b058e0..e7577b8 100644 --- a/docs/mobile-emulation.html +++ b/docs/mobile-emulation.html @@ -30,7 +30,9 @@ walk through in this section.
mobile-specific parts on the devices you intend to support. Device emulation can make this process more straightforward. - +DevTools contains built in presets for a number of devices, this allows you to emulate and debug mobile viewport issues like CSS media query breakpoints. Selecting a device preset automatically enables a number of settings:
diff --git a/docs/remote-debugging.html b/docs/remote-debugging.html index 528952e..fe18989 100644 --- a/docs/remote-debugging.html +++ b/docs/remote-debugging.html @@ -117,7 +117,7 @@ an alert on the device requesting permission for USB debugging from this computeabout:inspect
doesn't show your device check that Discover USB devices is checked. If so, unplug the device and try revoking all USB authorizations in Developer Options to retry.about:inspect
doesn't show your device check that Discover USB devices is checked. If so, unplug the device and try revoking all USB authorizations in Developer Options to retry.Screencasting lets you bring the experience of your device onto your machine. This allows you to keep your attention on one screen instead of switching back and forth between the device and the DevTools.
- +Clicking on the screencast icon in the toolbar opens up a panel on your computer displaying your device's screen. As you navigate, click, scroll, the screencast display will provide a live view of what's on your device.
@@ -195,7 +197,7 @@ Android WebViews inside native Android applications. Debugging WebViews requiresTo avoid seeing this alert each time you debug, check Always allow from this computer and click OK.
inspect
link
+You should see the content being served by your development machine.
- +