In another app, try running Qt.openUrlExternally("file:///home") in QML.
On the desktop, this opens nautilus with /home as the path. However, this does not happen on the phone with file manager app.
We should add a URL dispatcher JSON file that indicates that the file manager app can open file:// URLs as described here: https://wiki.ubuntu.com/URLDispatcher
In another app, try running Qt.openUrlExter nally(" file:// /home") in QML. /wiki.ubuntu. com/URLDispatch er
On the desktop, this opens nautilus with /home as the path. However, this does not happen on the phone with file manager app.
We should add a URL dispatcher JSON file that indicates that the file manager app can open file:// URLs as described here: https:/