Fanie Oosthuysen
Fanie Oosthuysen
So to get the hack to work and only init ui after agenda has connected to mongo I did this: ``` var agenda = new Agenda({db: { address: config.agendaDb }...
This is now also broken on Android Template 10 for cordova as that requires serving via https: cvdfile no longer works. Using a virtual folder is best due to CORS....
Since Cordova 10 Android template does all requests via https how is cvdfile:// access via browser supposed to work now. We needed to upgrade and have found ourselves stuck on...
Any reason for re-opening? We can clean up this branch and fix the issues we had. just need to check with all why we needed the updates and cleanup the...
Also Added android-cordova 10+ changes where __cdvfile__ is used on http. This causes the latest file transfer plugin to fail. I now send .nativeUrl to file transfer which interprets the...
On Crodova 10+ all FileEntry returns will only return a http url (this is toURL, toInternalURL toNativeURL) all return the same http/s based __cdvfile url, there is only one way...
We are also getting this issue on 3.1.1, we monitor _system in various scenarios for restarts on the cluster and having issues lately on 3.1.1 that are hard to describe...
Please merge this
#100 Added Cordova Path Handler web plugin to decrypt web requests. If fall-through to file protocol the original should still work. It does require AndroidX so if you are having...
This includes prepare script from #85