Learn what Felgo offers to help your business succeed. Start your free evaluation today! Felgo for Your Business

Forums

OverviewFelgo 1 Support › how do you prevent app from sleeping

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #7330

    Jeff

    Hi the flappy bird game I’m trying to make sleeps if you don’t touch your phone…how do you prevent the phone from sleeping with vplay. Thanks guys

    #7333

    Christian
    Felgo Team
    #7343

    Jeff

    so where do I exactly insert displaySleepEnabled = false

    #7344

    David

    Hi jeffaramello,

    if you use the newest version of v-play 1.5.6 as described here you don’t have to do anything to prevent the phone from sleeping. If you use an older version you can set the NativeUtils::displaySleepEnabled property first to true and then to false in your Component.onCompleted of GameWindow and it should work (this was a bug only on Android).

     

      GameWindow {
    
        Component.onCompleted: {
          nativeUtils.displaySleepEnabled = true
          nativeUtils.displaySleepEnabled = false
        }
    
      }

     

     

    Cheers,

    David

Viewing 4 posts - 1 through 4 (of 4 total)

RSS feed for this thread

You must be logged in to reply to this topic.

Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded