diff --git a/mobile/README.md b/mobile/README.md index 8fdf2f40..6d4b7e21 100644 --- a/mobile/README.md +++ b/mobile/README.md @@ -9,7 +9,7 @@ The Android App behaves like the desktop version, but uses the mobile view, whic - show users current location -- a geo intent is sent, when a portals Map link is clicked (lets you navigate to portals) +- share interface for portal links, portal navigation etc. - a geolocate button (you have to enable GPS satellites + location access to use this feature) @@ -23,7 +23,7 @@ The Android App behaves like the desktop version, but uses the mobile view, whic - in-app search -- support for unofficial plugins. Just copy the *.user.js files to ```/IITC_Mobile/plugins/``` and they should appear at the end of the plugin list. Note: For every option a new persistent database entry is created. If you want to remove a plugin from your external storage you want to ensure that it is disabled in the settings, otherwise IITCM will always try to load it on start-up. If you messed this up you can wipe app data or add the plugin back to storage, disable it and remove it. Another option would be: Do nothing...it should work even so. +- support for unofficial plugins. Just copy the *.user.js files to ```/IITC_Mobile/plugins/``` and they should appear at the top of the plugin list. Note: For every option a new persistent database entry is created. If you want to remove a plugin from your external storage you want to ensure that it is disabled in the settings, otherwise IITCM will always try to load it on start-up. If you messed this up you can wipe app data or add the plugin back to storage, disable it and remove it. Another option would be: Do nothing...it should work even so. - developer mode: all script source will be loaded from ```/IITC_Mobile/dev/```