Niklas Merz

Results 109 comments of Niklas Merz

For Android I found those two lines that look promising. But I did not try to change that, yet https://github.com/j3k0/cordova-plugin-openwith/blob/262c1676d443239bf408dc89f2598d5c15a9488a/plugin.xml#L103 https://github.com/j3k0/cordova-plugin-openwith/blob/262c1676d443239bf408dc89f2598d5c15a9488a/src/android/cc/fovea/openwith/OpenWithPlugin.java#L186

Like my previous comment said: Sharing is only enabled for single files. You could try to change those lines and see that is necessary to enable that. Pull requests are...

Sorry but signing is always messy with Xcode. Because my app is using an additional extension I always open the project in Xcode anyway to fixing signing issues. Cordova cli...

Thank you for reporting. Would you like to create a PR for that?

Could you please provide info about this change with Cordova 9? I did not read about that, yet. The build scripts are pretty complex and easy to break. I don't...

Do wait for the "ready" event? https://cordova.apache.org/docs/en/latest/cordova/events/events.html#deviceready

Did you use Xcode 10 beta? I had problems with extensions and beta versions of Xcode. Using the latest App Store release of XCode fixed this. I found an error...

Are cookies currently supported? I am having trouble with my authentication requests. Possibly "HTTP only" are not working?

Is there any progress on this? @cfreeman Thank you for fixing this. I will use this in my fork