0

移动 HTML5 是否支持以下内容,如果不支持,为什么?

Device connected to the net
    App loaded
    App calls remote API and responds to request for API credentials
    App receives session token
    App requests data from remote API using session token
    App pushes data to local database and screen
    App closed
Device disconnected from net
    App loaded
    App loads data from local database
    User inputs data which is added to the local database
    App closed
Device connected to net
    App loaded
    App sync's remote/local data
    App closed
Device connected to net
    App closed
    App push notifications enabled in device settings
    Push notification sent to device from remote server
    Native device prompt displayed for push notification
4

1 回答 1

1

也许这会让你走上正确的道路?http://mobilehtml5.org/

没有称为“推送通知”的 HTML5 功能,据我所知,也没有任何方法可以从浏览器在 iOS 或 Android 中创建本机通知。所以马上开始,这将是一个艰难的过程。

于 2012-05-04T17:25:15.910 回答