Closed sculove closed 8 years ago
It is for that precisely. I know indexedDB does not work in iOS8 webviews so i'm not sure if this will work. Can you confirm if a feature detect for indexedDB shows support or not in an iOS 8 webview?
I check following code.
"indexedDB" in window
iOS7 webview returns 'false'. iOS8 webview returns 'true'. Unfortunately, iOS9 webview returns 'false'
Ok so it sounds like that wont work for detecting iOS8+ which is the intention
OK. I'll try to look for more different methods.
@sculove sounds good when i added this it was the best one i found but certainly open to improve.
I seem to find a different method. #18
merged pr
https://github.com/hammerjs/hammer-time/blob/master/hammer-time.js#L34-L42 Is this a detecting code for iOS8 and over ?
Why don't you change code using indexedDB? http://caniuse.com/#search=indexedDB
Although iOS8,9 had a seriously bug, we can reduce code.