Android: Allow debugging plugins (#10156)

This commit is contained in:
Henry Heino
2024-03-20 10:52:58 +00:00
committed by GitHub
parent 9c3e751ebc
commit 7d068cfb87
6 changed files with 34 additions and 3 deletions
@@ -0,0 +1,6 @@
# Debugging mobile plugins
On Android, it's possible to debug mobile plugins with the Chrome development tools. To do this,
1. Enable plugin WebView debugging. To do this, go to "Configuration" > "Plugins" > "Advanced settings" and enable "Plugin webview debugging".
2. Restart Joplin.
3. Follow the [Chrome devtools instructions for debugging Android devices](https://developer.chrome.com/docs/devtools/remote-debugging/).