Comment 3 for bug 1490493

Revision history for this message
Matti Rinta-Nikkola (matti-rintanikkola-d) wrote :

Can be resolved by overriding the default PageStack back button:

  head.backAction: Action {
        iconName: "back"
        onTriggered: {
              Qt.inputMethod.hide()
              myTimer.delay(pageStack.pop, 500)
        }
  }