How to share data with weex storage locally on iOS
认证0级讲师
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);
Is it the same as the principle of sharing data between webview and native?
You can directly generate storageModule objects in Android. I don’t know if it is possible in iOS.
Is it the same as the principle of sharing data between webview and native?