... | ... | @@ -2,9 +2,10 @@ |
|
|
#### NativeOs.shareBrowser("http://www.baidu.com")
|
|
|
用浏览器打开链接
|
|
|
#### NativeOs.addBackEventCallback("backCallback")
|
|
|
接管返回事件
|
|
|
接管返回事件,只有Android有效
|
|
|
#### NativeOs.exitApp()
|
|
|
退出app
|
|
|
退出app,只有Android有效
|
|
|
|
|
|
#### NativeOs.showExitConfirm() @deprecalared
|
|
|
显示退出确认框,不在使用
|
|
|
#### NativeOs.showToast("你的密码不正确")
|
... | ... | @@ -15,7 +16,7 @@ |
|
|
关闭loading效果
|
|
|
|
|
|
#### NativeOs.shareConfirm('http://baidu.com','百度','垃圾',"http://xxx.com/logo.jpg")
|
|
|
弹出分享,该方法只有com.shuidi.guard有效,无法测试
|
|
|
弹出分享,该方法只有com.shuidi.guard有效,无法测试,只有运行在360安全卫士才可以使用
|
|
|
|
|
|
|
|
|
#### NativeOs.shareWeixinFriends('http://baidu.com','百度','垃圾',"http://xxx.com/logo.jpg");
|
... | ... | |