I see the API app.getPath() which allow to know some specific paths of smartphone.
I call app.getPath('userData') in my web page (front app), and I get "/storage/emulated/0/Android/data/com.androidjs.webview/files"
But for me the web-page cannot write directly in a file.... For exemple, 'fs' is not available....
On over side, how the 'back' side (the nodejs process) can use app.getPath() in order to know the paths of the smartphone ?
Hello,
I see the API app.getPath() which allow to know some specific paths of smartphone. I call app.getPath('userData') in my web page (front app), and I get "/storage/emulated/0/Android/data/com.androidjs.webview/files"
But for me the web-page cannot write directly in a file.... For exemple, 'fs' is not available....
On over side, how the 'back' side (the nodejs process) can use app.getPath() in order to know the paths of the smartphone ?
Thank for help.