Questions
Call javascript bridge.
about 3 years ago by Draco SL
Hi
Can I call JS bridge like below in inside my js file.
function fnCallback(){...}
gonative.localpreferences.nonpersistent.get({
key: 'mykey',
callback: fnCallback
});
And is there different of call JS bridge like that on IOS VS Android?