geteduroam / ionic-app

iOS and Android app for geteduroam
BSD 3-Clause "New" or "Revised" License
16 stars 12 forks source link

#38 Swipe ability back #60

Closed CarlosFJ closed 4 years ago

jornane commented 4 years ago

Note: Does not compile on iOS as-is, but a4b0473 fixes that, which is already in the develop branch, so that will be fixed on merge.

jornane commented 4 years ago

After pressing Back, the Next button is still available, even though no institution is selected. Pressing it sends the user to a Username / Password screen.

jornane commented 4 years ago

There is no Back button on Android. Android has a built-in Back button, so I think it would be better to use that?

jornane commented 4 years ago

Got the Back button back on Android. There goes the "we use web technology so the UI looks the same on all platforms". But I still think it would be better to use the OS-wide back button on Android, is that doable?

jornane commented 4 years ago

The last two commits change the style on iOS from left to right.

Before After