Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近将我的 ipad 更新到 iOS8 并且 HTML/Javascript 应用程序停止工作,因为 iOS8 上的 safari 无法识别 ydn-db 对象。
还有其他人也面临这个问题吗?任何解决方法?
你见过这个问题吗?Safari 7.1(也是 Safari 8)有一个错误(目前尚未确认),它无法使用多个对象存储创建事务。
作为一种解决方法,请改用 WebSQL,如下所示:
var db = new ydn.db.Storage('db name', schema, {mechanisms: ['websql', 'indexeddb']);