search

Home  >  Q&A  >  body text

iOS weex Storage issue - Stack Overflow

How to share data with weex storage locally on iOS

PHP中文网PHP中文网2742 days ago713

reply all(2)I'll reply

  • 淡淡烟草味

    淡淡烟草味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);

    reply
    0
  • 天蓬老师

    天蓬老师2017-05-16 13:21:59

    Is it the same as the principle of sharing data between webview and native?

    reply
    0
  • Cancelreply