hivewallet / hive-js

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

Side-swipe! #93

Closed ghost closed 10 years ago

ghost commented 10 years ago

To bring up the menu. I kept reaching for it. Is that even possible to implement in a web app?

haustraliaer commented 10 years ago

It's not really used so much (at this stage) ... once you've set your name/picture you wouldn't really need to go back there.

And yes it's possible, but fraught with annoying bugs - specifically, safari has implemented swipe from left/right to go back/forward in history... -_-

mattlenz commented 10 years ago

Possibly related? For some reason you can swipe the viewport horizontally in iOS.

swipe

Edit: This doesn't happen on the login screens, just Send/Receive/History.

haustraliaer commented 10 years ago

Nah that's a bug :<

https://github.com/hivewallet/hive-js/issues/109

I'm looking into it.

jenbennings commented 10 years ago

We can't do this due to the proximity of the browser border. Both Safari and Chrome on iOS reserve swipe gestures in this area for back/forward and tab switching behaviour at an application level.

For the time being we have made it easier to close the settings drawer when it is active by allowing the user to tap/click anywhere on the (cropped) main panel.

This is something that we could look at enhancing for the Cordova build—but for now I'm closing this issue.