Norman Breau

Results 826 comments of Norman Breau

> hey guys: I was using version 4.2.0 and it was working well. Now I'm trying to install this version again and I'm not been able. What did happen to...

> @PieterVanPoyer sorry for the late reply, this is what I got from the log > > ``` > java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=34, result=-1, data=null} to activity {de.myapp/de.myapp.MainActivity}:...

> will this work with cordova-android 10.0.0 The PR mentioned in my comment has been merged. You can give it a test by installing this plugin from github. cordova-android@10 is...

> > Hi there, > > First I'd like to thank you for your time in preparing this PR. I was able to give this a glance over and there's...

`cordova.file.cacheDirectory` is the only directory of the directories you mentioned that the Android OS reserves the right to free files at any time. `cordova.file.externalDataDirectory` as of API 29 (although reversible...

> Several sources, like this: https://www.raywenderlich.com/10768834-scoped-storage-tutorial-for-android-11-deep-dive > > refer, that we have to use MediaStore API to store media files ... I don't know if it may help ... Sorry...

> @breautek Is it possible to load files from **cordova.file.applicationStorageDirectory** or **cordova.file.dataDirectory** while avoiding the "**AndroidInsecureFileModeEnabled**" being set to true? It should be possible to read files from either those...

What's the problem here? License is in tact, and the code is licensed under MIT. Removing the copyright notice would be violating the license.

@purplecabbage Are you able to provide insight on this issue regarding code licensed/owned by a third-party?

In the current major release, `window.open` is no longer the in app browser (that is the in app browser plugin no longer overwrites `window.open`). Instead, the plugin API is `cordova.InAppBrowser.open`....