Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. SwipeViews works in simulator but not on a device
QtWS25 Last Chance

SwipeViews works in simulator but not on a device

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 158 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • a.burksA Offline
    a.burksA Offline
    a.burks
    wrote on last edited by
    #1

    I have implemented a simple swipe view for an Android app, that almost follows the template for Android apps:

    SwipeView {
        id: swipeView
        anchors.fill: parent
        currentIndex: 1
    
        Item {
            id: firstPage
            Loader {
                ...
            }
        }
        Item {
            id: secondPage
            Loader {
                ...
            }
        }
        Item {
            id: thirdPage
            Loader {
               ...
            }
        }
    }
    

    I can easily swipe to the left page in the simulatr. Unfortunately it's not possible on the device. Has someone an idea?

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved