摘要: APP调用H5函数 (1)登录功能——调起APP的登录页面 操作:点击h5页面的"去登录"按钮,执行appLogin函数,检测window对象是否有WebViewJavascriptBridge属性,有的话就是IOS; window有ANDROID对象,就是安卓。分别执行对应环境下的操作。 appL 阅读全文
posted @ 2017-08-08 20:20 安然儿 阅读(244) 评论(0) 推荐(0) 编辑
摘要: 用css实现样式滚动条 .box{ width:300px; height:300px; overflow: auto; } .box::-webkit-scrollbar { width:10px; height:10px; } ul{ padding-top: 20px; ... 阅读全文
posted @ 2016-08-21 16:17 安然儿 阅读(554) 评论(0) 推荐(0) 编辑