You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just did the dive in exercise and liked it! Found a crash and a UX problem though.
Description
Two issues, maybe related:
When writing a reflection in the session modal and scrolling up and down, this cause both the focused text input and the session modal itself to scroll in weird ways. It's like they both try to listen to scroll events at the same time.
In one case this crashed the app and I lost my written text :(
Steps to Reproduce
Open the dive in session, and skip to the written sharing exercise
Focus the text input. Write something
Try scrolling by pressing first in the text input and then in the session modal
Expected behavior:
First of all, the scroll should only happen on one element at a time. For example scrolling in the text input should not cause the session modal to also scroll.
Secondly, the app should not crash when scrolling.
Actual behavior:
The scroll is weird, consistently.
The app crashed once so I had to retype my reflection. From now on I'll type in another note app, and copy+paste into the Aware app to avoid having to deal with things like this.
Reproduces how often:
See above.
Versions
Version 2.25.0-v1279/P@028f3373
Additional Information
Android. See if you can find the Sentry crash report. Happened recently before this issue was opened.
The text was updated successfully, but these errors were encountered:
Thanks @Greenheart! I could reproduce the crash and found that the error is in one of the libraries we use, it works as expected with this fix gorhom/react-native-bottom-sheet#1367 so we'll try to get that in asap
We've found that writing multiline text and scrolling inside it with the keyboard showing is an issue. Let's see what we can do about that. The crash must be fixed first, loosing what you wrote is a really bad experience. Sorry for that.
What brings you here and how are you?
Just did the dive in exercise and liked it! Found a crash and a UX problem though.
Description
Two issues, maybe related:
Steps to Reproduce
Expected behavior:
First of all, the scroll should only happen on one element at a time. For example scrolling in the text input should not cause the session modal to also scroll.
Secondly, the app should not crash when scrolling.
Actual behavior:
The scroll is weird, consistently.
The app crashed once so I had to retype my reflection. From now on I'll type in another note app, and copy+paste into the Aware app to avoid having to deal with things like this.
Reproduces how often:
See above.
Versions
Version 2.25.0-v1279/P@028f3373
Additional Information
Android. See if you can find the Sentry crash report. Happened recently before this issue was opened.
The text was updated successfully, but these errors were encountered: