-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Experiment with react-router instead of the current snap scrolling experience #20
Comments
It would also be much easier to implement hash / browser routing or providing a URL that directly pre-fills certain input boxes with certain data. |
…AppScreen, possible solution to issue #20
https://react-swipeable-views.com/demos/demos/ is being considered - a basic implementation can be found in the https://github.com/Transfusion/cjk-radical-search/tree/ids_etl_ui_react_swipeable_views branch. There appears to be quite a large performance penalty because Profile-20210304T160203.json.txt It is aesthetically pleasing otherwise and does not seem to suffer from any scroll-snapping issues even though the performance is likely unacceptable. |
…wipe animation + react-router #20
Simulating the swipe animation has an undesirable bug simplescreenrecorder-2021-03-04_18.56.46.mp4 |
Mobile browsers already use edge swiping for navigating forward and backward (!)
Background routes should have no problem being unmounted because all the information, besides scroll positions, perhaps, is in the
DataContextProvider
.It would avoid all of the issues associated with Chrome mobile jumping back to the left of the
StickyOutputBarWrapper
.The text was updated successfully, but these errors were encountered: