Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    Unsolved SwipeViews works in simulator but not on a device

    Mobile and Embedded
    1
    1
    80
    Loading More Posts
    • 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.burks
      a.burks last edited by

      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 Reply Quote 0
      • First post
        Last post