hivewallet / hive-js

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

Fascinating results with iOS 5.1 #143

Closed ghost closed 10 years ago

ghost commented 10 years ago

When opening web.hivewallet.com on an iPhone 3GS running iOS 5.1: MASSIVELY vertical scrolling screen containing weird content gems such as the below. I guess if we don't support something we should not try to display it, but rather display a warning in a manner that can be read and understood. Otherwise it just looks like mega bugginess.

img_0159 img_0160 img_0161 img_0162 img_0163 img_0164 img_0165 img_0166

haustraliaer commented 10 years ago

When I started on this project I was promised browser support for evergreen browsers only :P

Regardless of this, 0.5% of iPhone owners use this version of the OS... Take a look here: http://david-smith.org/iosversionstats/

ghost commented 10 years ago

I'm not asking for support, I'm asking that something be displayed for these old browsers that doesn't make it look buggy. The page that was made before saying you need a newer browser is fine.

haustraliaer commented 10 years ago

Yeah I get that. The fact that it doesn't show the error page correctly tells you something though, as it's made to catch those things...

It seems like your phone isn't even loading the css file, let alone the javascript needed to check for browser features. We can't really do anything about that.