-
Notifications
You must be signed in to change notification settings - Fork 3k
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/Android - Profile page does not scroll #2147
Comments
Duplicate of https://github.com/Expensify/Expensify/issues/158769 which I am fixing here |
Reopening this issue since it's reproducible in iOS and Android app. |
I agree with you @parasharrajat |
Gonna unassign myself from here so that I'm not blocking this fix. |
Triggered auto assignment to @stephanieelliott ( |
Triggered auto assignment to @deetergp ( |
Upwork job: https://www.upwork.com/jobs/~01ee21be2e6517b5c6 |
ProblemWhile the overflow styling(overflow: auto) makes the container scroll on web/Desktop/mobile Web but it won't be respected on native platforms. We should use ScrollView from react-native. Proposal
Previously posted here #2147 (comment) |
Proposal:The View component is not scrollable on iOS and Android platforms, even though it works on the Web. We should replace the View component on line 258 with ScrollView component and apply View styles to Scrollview. |
there is no scrollable component used to wrap the page, there there be a scrollable component wrapper for the content to be scrollable. either a |
@stephanieelliott re-assigning @deetergp since the process has changed and adding the |
@parasharrajat You were first to respond and your proposal sound good. Please go ahead and create a PR. |
@parasharrajat I've sent you the offer for this job on Upwork, please accept the offer when you can! |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Expected Result:
After clicking into Profile, Profile screen should scroll
Actual Result:
After clicking into Profile, Profile screen remains static and does not scroll.
Action Performed:
and login
Profile
Workaround:
No, user is unable to scroll at all.
Platform:
Where is this issue confirmed?
mWeb
iOS ✔️
Android ✔️
Desktop App
Mobile Web
Version Number: 1.0.16-0
Logs: https://stackoverflow.com/c/expensify/questions/4856
Videos:
Video
Expensify/Expensify Issue URL: https://github.com/Expensify/Expensify/issues/161483
The text was updated successfully, but these errors were encountered: