kabisa / maji

Maji is a framework to build great hybrid mobile apps.
https://www.majimobile.com/
MIT License
18 stars 10 forks source link

Remove history keeping #206

Closed leonderijke closed 6 years ago

leonderijke commented 6 years ago

The project template implements a history listener that keeps track of the previous page. The previous page is then used in the goBack function.

However, using this goBack function prevents the user from going back more than one page. Therefore I propose to use history.goBack instead.

If necessary, I can change the BackButton from an a to a button as well. That would remove the need for the href prop but will probably need some styling.