-
Notifications
You must be signed in to change notification settings - Fork 6
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
[IOS] Swipe to back on IOS #27
Comments
@hoanghai9650 Hi, thanks for advise, going to add it (iOS swipe back action, or else smth to interact/pass into lib) |
Research result: Navigation(
...
contentTransformProvider = { navigationSlideInOut(it) },
...
) It is also possible to add global wraper (box + touchHandled) with touch action to perform global back action (contact me for more details if needed) Will wait to shared-element-transition to be fixed and release, next will add fully functional example (or maybe direct implementation) |
PS: feature/predictive-back - here is some very basic example on how it migh looks |
UPD: work in progress, https://github.com/ComposeGears/Tiamat/tree/feature/content-transition-impl here is impl. Waiting for google to fix seekable transition bug |
Hi,
At first, your lib is great!
Second, how can I swipe to go back to previous screen like Ios native ?
The text was updated successfully, but these errors were encountered: