Hans
Hans
@tanhatariq Read the Documentation https://github.com/EinfachHans/cordova-plugin-advanced-imagepicker
any plans on this?
Currently i'm giving the Google Maps Plugin a Url like `./assets/imgs/...someFile.png` and i'm unsure about what is done then. To make iOS work and as i don't want to adjust...
Passing the absoulte Path like `/assets/image.png` or like `//localhost/assets/image.png` both doesn't work: ``` W/System.err: java.io.FileNotFoundException: /assets/imgs/map/mapPinGreen/mapPinGreen.png: open failed: ENOENT (No such file or directory) ``` ``` W/System.err: java.io.FileNotFoundException: /localhost/assets/imgs/map/mapPinGreen/mapPinGreen.png: open...
Yeah the `AndroidInsecureFileModeEnabled` Preference seems to work so far. I think at the end of the day the plugin needs to update this 🤔
iOS works fine with latest `cordova-ios` version
You can add Preferences in capacitor in the `capacitor.config.json` like: ```json "cordova": { "preferences": { "API_KEY_FOR_ANDROID": "YOUR_KEY_HERE" } } ``` Try this out
Same for me... Any News? Only happens on iOS for me.
Big request from me too
It says `By default, messageformat initializes all locales.` - i don't indicate any locales, so all should be initialised? 🤔