How does tileview switch to the next page with a single swipe, without needing to swipe more than 1/2 of the page to switch to the next page?

Important: unclear posts may not receive useful answers.

Before posting

  • Get familiar with Markdown to format and structure your post
  • Be sure to update lvgl from the latest version from the master branch.
  • Be sure you have checked the FAQ and read the relevant part of the documentation.
  • If applicable use the Simulator to eliminate hardware related issues.

Delete this section if you read and applied the mentioned points.

Description

What MCU/Processor/Board and compiler are you using?

lv_port_linux

What LVGL version are you using?

v9.2

What do you want to achieve?

tileview switch to the next page with a single swipe, without needing to swipe more than 1/2 of the page to switch to the next page?

What have you tried so far?

Code to reproduce

The code block(s) should be formatted like:

Screenshot and/or video

Unfortunately this thresholds are hard-coded in the tileview, however you can change the logic manually here.