thunkable / thunkable-issues

24 stars 9 forks source link

Improved Custom Data Viewer List swiping #688

Open tatiang opened 4 years ago

tatiang commented 4 years ago

Is your feature request related to a problem? Please describe. I also described this problem on the forums: Improved Custom Data Viewer List swiping?

I’m building an app that uses a Custom Data Viewer List inside a column set to Relative Size at 80% of the height. I also have a “spacer” row above it that is set to Absolute height of 10 pixels.

When I preview the project as a web app in Chrome on my iPhone…

I swipe down when the list is already at the top of the screen, it jumps a bit to refresh the view. The same thing happens if I swipe up when the list is at the bottom of the screen. It’s a shaky visual experience.

If I compare that to the functionality of something like the Chrome app on my iPhone, it’s a different experience. In Chrome, the same actions will result in a smooth transition that isn’t jarring.

Another issue is that if I swipe left to display a “delete” button (as part of the custom data viewer list settings), the response is inconsistent. I’m being fairly careful to swipe left and not up or down at the same time. Sometimes the delete button appears, sometimes it appears and then disappears. It should register the swipe left and display the delete button and wait for the next event (e.g. a click). It seems like the sensitivity might need to be adjusted.

Describe the solution you'd like See above.

Describe alternatives you've considered Are there any settings I can adjust myself? I didn't notice any.

Which platform are you asking for? Thunkable ✕ (x.thunkable.com)

Additional context You can see both issues in this video (no sound):

https://youtu.be/7r6Avtbq9LI

jane-d-alt commented 3 years ago

Hey Tatian,

Do you still see this 'jumpy' behavior when you install this project on a device?