ivan baktsheev
ivan baktsheev
Seems like `AppPreferencesActivity.java` not removed somehow. Very strange.
There is a rudimentary docs about this: https://github.com/apla/me.apla.cordova.app-preferences#preferences-interface-generator When you installed plugin there is a file `app-preferences.json` in your app root. With this file `me.apla.cordova.AppPreferencesActivity` is generated automatically. Do you...
Cordova plugins relies on `deviceready` event. `window.plugins` is not available until this event is fired. If you're getting this error after `deviceready`, code and environment can help to understand what's...
This is completely wrong behavior. I've added test case and removed possible regression. You can try commit 80f060f, seems like it works, but I still working on some features and...
Regression introduced with pull request and I've fixed it with 2a2a6a2f609d. LocalStorage fallback must be installed only for platforms where it is really needed. For platforms with native part this...
Seems like issue with [new cordova iOS and WKWebView](http://stackoverflow.com/questions/34896815/self-viewcontroller-webview-stringbyevaluatingjavascriptfromstring-does-not-work/34967395). I'll try to fix it on this weekend
No, this is not implemented.
Actually, Ionic is based on cordova and if you have followed cordova rules (wait for `deviceready`, then use anything) everything should be fine. Seems like I need to add explicit...
I see, default values need to be copied to the preferences at first launch of application. Best way to resolve this is to check for a specific key in preferences...
Currently I don't have time to implement this. And I am not an android developer too -)