rolinger
rolinger
Using primary app to call/open a secondary app. In secondary app, retrieving params/vars with startApp.getExtras() works fine if the secondary app is not running. But how can I retrieve vars...
I have two apps I am designing. I want a button in the primary app to call a the secondary app. In the secondary app I installed cordova-plugin-customurlscheme and defined...
This is the most comprehensive list that I have seen. Lets make it better though. 1. I have written an angularJS components for this. But in order for users to...
# Bug Report File is successfully downloading but getting an error in the success callback ## Problem ``` [{"isFile":false,"isDirectory":true,"name":"","fullPath":"/","filesystem":"","nativeURL":"file:///var/mobile/Containers/Data/Application/900BE112-444C-4F33-84AF-F745E8EE0C91/Library/NoCloud/"}] [{"isFile":false,"isDirectory":true,"name":"download","fullPath":"/download/","filesystem":"","nativeURL":"file:///var/mobile/Containers/Data/Application/900BE112-444C-4F33-84AF-F745E8EE0C91/Library/NoCloud/download/"}] console log path test: file:/var/mobile/Containers/Data/Application/900BE112-444C-4F33-84AF-F745E8EE0C91/Library/NoCloud/download/Word1.DOC File Transfer downloading file... [CDVFileTransferDelegate...
# Bug Report ## Problem: On Android, app starts with internet access, move phone into airplane mode and the `online` function triggers when the `offline` function should trigger. This is...
What specifically is triggering the offline event? What if a user is connected to wifi that has no internet? Or happens to be transitioning from Cell to Wifi....or transition between...
I know this there is an open issue on this thread already, however, most of the info on that thread is about deploying from a windows machine. I am having...
# Bug Report Trying to write to localStorage is breaking on Android with Cordova 11.1.0 (cordova-android 11) ## Problem I am using plugin `cordova-plugin-file-downloader` which is essentially a wrapper for...
Every build from CLI: `cordova build ios` or `ionic cordova build ios` - is taking almost 6 minutes to complete the build. After the build, then from Xcode 14 to...
I don't know if this is a bug or if I am doing it wrong but my app loads an iframe and the call to the url is not adding...