悲剧的android 4.0,最重要的websocket依然不支持

Android 4.0 合并了智能手机和平板电脑两个版本,因此智能手机直接从 2.3 版本跳到 4.0 ,因此也就包含了 3.x 中浏览器的特性:

  • SVG
  • 运动传感器 API (加速度计和陀螺仪)
  • CSS3 的三维转换效果
  • XHR 2 & CORS
  • File API
  • HTML 媒体捕获 API,用于摄像头和麦克风
  • 二进制数组 (Int16Array, Float32Array, etc.)

Android 4.0 依然缺失的特性

不行的是 Android 还是缺失了一些在 Chrome 和 iOS5 上已经有的特性,包括:

  • No Server-sent events (BTW, does anybody use it?)
  • No WebSockets
  • No WebWorkers
  • No IndexedDB
  • No Web Notifications (that is a real shame for this platform – Firefox on Android is doing it-)
  • No WebGL
  • No History Management API
  • No rich input controls!

posted on 2013-03-05 17:37  Crabzzz  阅读(628)  评论(0编辑  收藏  举报

导航