How to Access SMB Share from Hybrid Mobile App?
-
Building an Android app and I want to read my music directory which is hosted on my NAS and available as a samba share, but can’t figure out how to mount the share in Android.
What Cordova plugin do I need? cordova-plugin-file is only for local filesystem…
-
After searching around the XDA forums, there isn’t any mention of how to do this there either.
Same thing with the Cordova github documentation.
Am I to believe that in 2019, Android has no official capacity in it’s filesystem to mount samba shares? And if it does, why is there no documentation for it anywhere?