M2-7745: fixing paragraph Text scroll on Android #857
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📝 Description
🔗 Jira Ticket M2-7745
Allowing user scroll downward in Android.
I am adding a extra padding always keyboard opens to allow user scroll down.
📸 Screenshots
IOS (didn't change):
https://github.com/user-attachments/assets/e7f7a74d-b8e4-4f50-b510-f86a49c33192
ANDROID:
https://github.com/user-attachments/assets/3733e49f-f7b3-4717-873f-f235bb3a4631
Testing Android with long description:
https://github.com/user-attachments/assets/e723d713-0eae-47aa-baf5-73b46f8bd73c
Result:
![Screenshot 2024-09-10 at 5 00 25 PM](https://private-user-images.githubusercontent.com/175734305/366253453-77ae996f-b576-4895-8572-b8b59a486017.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MTk0MTQsIm5iZiI6MTczOTYxOTExNCwicGF0aCI6Ii8xNzU3MzQzMDUvMzY2MjUzNDUzLTc3YWU5OTZmLWI1NzYtNDg5NS04NTcyLWI4YjU5YTQ4NjAxNy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNVQxMTMxNTRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT03YzMwM2ExNzUzNTc1YjkzNDgwOWE3NzNiNjBlMTY2NjY2NGY1ZjRjNmViZGU4YzU4ZDlmYzZlZTVhMzU0MGZiJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.x72gFIYKe4E1HVzfqKdCPZxgmdjmsLwpHGxMz9i1WWE)
🪤 Peer Testing
1 - Build application on Android
2 - Create a ParagraphText item and add it to an applet
3 - Once you open Paragraph text, check if when keyboard is open you can scroll down or not.
✏️ Notes
on IOS there should be no changes