ivan baktsheev
ivan baktsheev
This plugin contains 2 parts: 1. Javascript interface to access preferences; 2. Native preferences interface generator. Seems like you need to use preference generator. And preference generator docs _is thin_....
`Promise` interface will work only if you have a proper promise interface. Android 4.x is quite old and mostly not supports promises. Callback version should work every time.
I've just added ability to test iOS plugin, browser testing is also possible, but I don't understand purpose. Can you clarify a little?
Seems I get your message wrong. Probably you wanted to add `browser` cordova platform. So, I did it. Try version 0.7.7
`cordova run browser` and `cordova serve` works fine in desktop browser now.
@pougin seems like you faced different issue, please take a look https://github.com/apla/me.apla.cordova.app-preferences/issues/70#issuecomment-179686449
Don't have a time to add this feature, but you can send me a pull request -) Can you provide little more details for a use case? Using iOS, you...
There is no way to bring crossplatform fetching of all properties. That's easy on Android — you have just plain key-value list. On iOS and Windows platforms you'll have to...
Just added this as alpha version: no tests, no guarantees, just code for iOS, Android and localStorage fallback. Usage example: ``` javascript plugins.appPreferences.watch(); document.addEventListener ('preferencesChanged', function (evt) { // with...
@duydao implementation is strange, I'll take a look closer when I have time