Hello friends,
I am developing an app for Android & IOS platform. My Phonegap version is 6.3.4.
I want to access Phonegap API's (such as location, file and DB) from my app which is hosted on server.
For that I have opened my remote page from index.html using "window.open(url,"_self","location=no");". Which loads the page in cordova's default webview.
I have also added cordova.js, cordova_plugins.js & plugins folder to my server.
But I am getting null by using cordova.file.applicationDirectory.
I am getting following log in console.
deviceready has not fired after 5 seconds.
Channel not fired: onFileSystemPathsReady
Channel not fired: onCordovaInfoReady
Channel not fired: onCordovaConnectionReady
Please guide me how can I achieve this.
I can not keep my app files locally.
Thank you.
- Rahul