How to share data with weex storage locally on iOS
淡淡烟草味2017-05-16 13:21:59
You can directly generate storageModule objects in Android. I don’t know if it is possible in iOS.
WXStorageModule storageModule = new WXStorageModule();
storageModule.setItem("key", "value", null);
天蓬老师2017-05-16 13:21:59
Is it the same as the principle of sharing data between webview and native?