Closed
Description
First I wanted to thank you for the awesome plugin 😄
On iOS 10 (beta 7) the global NativeStorage Object is accessible, along with all documented methods. Unfortunately none of the callbacks get executed.
This example code works in iOS 9 but gives no output whatsoever (web Inspector, xcode console) in iOS 10:
NativeStorage.setItem('sample', 'abc', function () {console.log(arguments)}, function () {console.log(arguments)})
I know it's still beta but do you plan on adding iOS 10 support?