I’m developing a product that will compete in the marketplace with other similar devices that use Android for their embedded platform. I’m concerned that LVGL will not provide an “equivalent” user experience. In particular, I need to provide sliding drawers that are accessed in the UI with edge swipe gestures i.e. dragging a finger from the edge of the screen toward the middle of the screen.
This is critical for the UX design, but I don’t see an attribute on the Base object, or Container, Page, or Window widgets that looks like it will serve this purpose.
Is there somewhere else in the widget library I should look for this feature?