add-to-homescreen
add-to-homescreen copied to clipboard
Looks broken when running on iOS simulator
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.
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