GillesC on master
Bugfix to add pluginResult for … Merge pull request #150 from km… (compare)
NativeStorage
object does exist, and I can execute its methods, but there is never any response.
NativeStorage.setItem("var_test", "value")
and to get back NativeStorage.getItem("var_test")
but its always returning undefined .. what am I doing wrong!, I am testing on browser can anybody help me?