hightman
hightman
At the moment, its configuration is like this, only the logical page stack is maintained, and it does not remember the history page stack.
Now you can refer to my sample code, which has implemented page state preservation. https://github.com/hightman/getx5-example_nav2
I also encountered this problem, but it seems that there is still no solution. Because only scrolling on the body element can trigger the hiding URL bar of iOS-safari, all...
this seems bug only in iOS15, If you adjust URL bar to top position in safari setting, it may be ok. > 在 2021年9月28日,09:24,skypu3 ***@***.***> 写道: > > >...
hi @FantasyOR , After I added those body styles, there are some changes in the result, see GIF attachment.  My page is simply created under the `scaffold` of `material`,...