Open abalmos opened 3 years ago
We need a context aware gotoX library that knows how to travel to a page from a data object and deal with the back button properly.
gotoX
This will solve
Maybe:
function gotoField(field: Field, popContext: bool) { ... }
function gotoVariety(variety: Variety, popContext: bool) { ... }
...
Where popContext is somehow given back to the screen making to the call to gotoX when returning due to the back button or back UI icon.
popContext
We need a context aware
gotoX
library that knows how to travel to a page from a data object and deal with the back button properly.This will solve
8
10
Def
Maybe:
...
Where
popContext
is somehow given back to the screen making to the call togotoX
when returning due to the back button or back UI icon.