Results 22 comments of Gilles Callebaut, PhD

> Damn, mine has “XY-R9820-K2(N)” on the back sticker, is there a way? I have the same Serial Number and have the same telnet output as @michele8gr. Flashing the Yi...

I will check the plugin and include in ours if applicable. However, feel free to fork the repo and make a PR.

Hi all, Short answer, I have no time for maintaining the project. However: Thank you for your interest in the project. I, currently, have difficulties in combining this plugin, work,...

It seems that iOS is already injecting some keys which can be used to control the WebKit behaviour of an application. And I am, thus, unsure how to resolve this...

It could be also Cordova iOS which uses NSUserdefaults to store defaults for the used webview.

See: https://github.com/apache/cordova-ios/blob/3507af4ac68ed13cfb4d8ecfd0e91e747a9c6875/CordovaLib/Classes/Private/Plugins/CDVLocalStorage/CDVLocalStorage.m#L366

The only problem is that we do not want to interfere with the keys used by Cordova or the WebKit (which can also access nsuserdefaults).

@alokrajiv Or use [initWithSuiteName](https://developer.apple.com/documentation/foundation/nsuserdefaults/1409957-initwithsuitename?language=objc), which lets you define a specific db to store your variables. Hence, nog internal indexing is needed. And share these values with extensions. Which is already...

Could you consult issue #51 ?