Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Unable to bring app from background to foreground in Google Pixel 3
Forum Updated to NodeBB v4.3 + New Features

Unable to bring app from background to foreground in Google Pixel 3

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
4 Posts 2 Posters 455 Views 1 Watching
  • 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.
  • I Offline
    I Offline
    inforathinam
    wrote on last edited by
    #1

    Hi,

    I have written simple QML application for Google Pixel 3:

    import QtQuick 2.9
    import QtQuick.Window 2.2

    Window {
    visible: true
    width: 640
    height: 480
    color:"green"
    title: qsTr("Hello World")
    }

    The App opens perfectly in Google Pixel 3, but when I send it to bakground by opening other app, then getting my app into foreground (after clicking it) not happening - Not responding

    Please let me know the issue. This happens only on Google Pixel 3

    raven-worxR 1 Reply Last reply
    0
    • I inforathinam

      Hi,

      I have written simple QML application for Google Pixel 3:

      import QtQuick 2.9
      import QtQuick.Window 2.2

      Window {
      visible: true
      width: 640
      height: 480
      color:"green"
      title: qsTr("Hello World")
      }

      The App opens perfectly in Google Pixel 3, but when I send it to bakground by opening other app, then getting my app into foreground (after clicking it) not happening - Not responding

      Please let me know the issue. This happens only on Google Pixel 3

      raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by raven-worx
      #2

      @inforathinam
      Qt version?
      API version (mobile and local)?

      Are you using text inputs items in your app?

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      0
      • I Offline
        I Offline
        inforathinam
        wrote on last edited by
        #3

        Qt 5.12.2

        API 28 , Mobile

        Not using any text inputs

        raven-worxR 1 Reply Last reply
        0
        • I inforathinam

          Qt 5.12.2

          API 28 , Mobile

          Not using any text inputs

          raven-worxR Offline
          raven-worxR Offline
          raven-worx
          Moderators
          wrote on last edited by
          #4

          @inforathinam
          did you check bugreports.qt.io ?

          You may also post/inspect the logcat:

          > adb logcat -c
          //reproduce the issue
          > adb logcat -d > logcat.txt

          When posting the logcat make sure it doesn't contain any sensitive data.

          --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
          If you have a question please use the forum so others can benefit from the solution in the future

          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