You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/Plugins/Getting started/Mobile development.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ this.app.emulateMobile(false);
32
32
33
33
You can inspect Obsidian running on an Android device if you enable USB Debugging in Developer settings of Android. Then go to a chromium based browser on your desktop/laptop and navigate to chrome://inspect/. If you did everything right, if you have your phone/tablet connected to your PC via USB and the browser open at that link you should see your device pop up and it will let you run the usual devtools from there on it.
34
34
35
-
More in depth information can be found here: https://developer.chrome.com/docs/devtools/remote-debugging?hl=de
35
+
More in depth information can be found here: https://developer.chrome.com/docs/devtools/remote-debugging
36
36
### iOS
37
37
38
38
You can inspect Obsidian on an iOS device running 16.4 or later and a macOS based computer. Instructions on how to set it up can be found here: https://webkit.org/web-inspector/enabling-web-inspector/
0 commit comments