不可使用 javascript 方法列表:
Element.prototype.classList
只能通过正则低效的操作 className Can I useElement.prototype.dataset
只能通过getAttribute
和setAttribute
获取设置data-*
属性 Can I useFunction.prototype.bind
可通过添加polyfill
方式使用 MDNhtml5 history
API 包括history.pushState
、history.replaceStat
、popstate
都能使用
有问题的 css 声明列表
position: fixed
某些 webview 上元素会跟着手势滚动后再弹回到固定位置,如果是body
直接子节点则没有此问题,建议是不用position:fixed
overflow: auto
和overflow: scroll
, 不会实现可滚动元素,建议是只让body
去滚动,万不得已使用iscroll
animation-fill-mode
在 android 2.3之前不被支持
需要 sdk 设置开启才能使用的方法
localStorage
APIalert
confirm
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。