add-to-homescreen icon indicating copy to clipboard operation
add-to-homescreen copied to clipboard

Looks broken when running on iOS simulator

Open twobitfool opened this issue 10 years ago • 1 comments

With XCode 6, the iPhone 6 simulator (running iOS 8) has an error in the useragent (... iPhone OS 10_9_5 ...) reporting itself as iOS v10. This issue was originally misreported as bug #118.

We can fix this issue, and get some future-proofing, by supporting iOS v9 and v10 in the CSS rules

Fix is here: 9d569864f018b24f74139b6fa1f2660b3e2a6400 -- Note: This fix assumes #119 has been resolved.

twobitfool avatar Oct 08 '14 15:10 twobitfool

the simulator is not actually supported, to make it really future proof we should detect real device and simulator, but I agree the double digit thing should be fixed

cubiq avatar Oct 08 '14 15:10 cubiq