ToastWallet / core

This repo contains the core code for Toast Wallet. It is built for iOS, Android and browser directly from this repository. PC builds are built from the browser version using Electron.
GNU General Public License v2.0
209 stars 81 forks source link

Forced Fullscreen Mode #18

Closed eteoak closed 5 years ago

eteoak commented 6 years ago

Hey guys, great app! Can you guys reconsider fullscreen mode on the Android app? It is really clunky right now because the navigational buttons are hidden until you swipe up from the bottom of the screen. Swiping up from the bottom of the screen causes one of the tab actions to be executed due to the 'on down event' rather than the Android standard 'on up event'.

This is likely due to stock Cordova logic causing any touch event to trigger an 'on click' event. Anyway, it seems the app would work fine in a non-fullscreen mode fashion.

RichardAH commented 5 years ago

This was finally fixed a couple of versions ago