老杜
老杜
  • 发布:2014-09-18 10:10
  • 更新:2014-09-19 00:12
  • 阅读:6309

APP登陆成功后,保存的信息是使用sessionstorage 还是html5 plus 给出的storage

分类:HTML5+

APP登陆成功后,保存的信息是使用sessionstorage 还是html5 plus 给出的storage?

登陆成功后要跳转回list页面,跳转(打开)页面的代码怎么写?
我使用了
{{{
mui.openWindow({
url: 'index.html',
id:'index'
});
}}}

或者是
{{{
plus.runtime.openURL('index.html');
}}}
好像都不太管用?

2014-09-18 10:10 负责人:无 分享
已邀请:
DCloud_heavensoft

DCloud_heavensoft

plus.runtime不是干这个用的,跳转页面原型是使用webview.open,mui封装了一层。
mui方式:http://dcloudio.github.io/mui/javascript/
webview方式:http://www.html5plus.org/#specification#/specification/Webview.html

  • 老杜 (作者)

    这样子啊,多谢

    2014-09-19 13:55

该问题目前已经被锁定, 无法添加新回复