hivewallet / hive-js

Hive digital currency wallet
http://www.hivewallet.com
GNU General Public License v2.0
81 stars 57 forks source link

Test for iOS8 bugs #175

Closed ghost closed 9 years ago

ghost commented 10 years ago

Wells Riley:

"The web app is unclickable on iPhone (iOS 8) -- is that a known bug? Might be ios 8 related -- I don't have a 7 device to test with."

haustraliaer commented 10 years ago

Probably an issue with either fastclick, or ractive touch events, we were noticing this the other day when testing the cordova app (which seems fine on ios 8, incidently).

weilu commented 10 years ago

@haustraliaer could it be that cordova bundles a webkit engine which is still the older version?

haustraliaer commented 10 years ago

Yep I'd say so - the bug is likely due to an update in safari 8.0

weilu commented 9 years ago

duplicate of #216