摘要:
通常判断运行环境都是通过navigator.userAgentif (/android/gi.test(navigator.userAgent)){ // todo : android}if (/ipad|iphone|mac/gi.test(navigator.userAgent)){ ... 阅读全文
摘要:
移动端开发仿app头部底部固定设置position:fixed,android2.2以上已经实现。但是在ios8以下系统,当小键盘激活时,都会出现位置浮动问题。如图:如何解决:查阅资料之后想到一下几种解决方法1,使用position:absolute模拟问题来了:滑动页面时头部底部div会有明显的抖... 阅读全文