Merge remote-tracking branch 'dejvinofork/issue_236' Fixes #94
This commit is contained in:
commit
3aa100981e
|
@ -16,11 +16,13 @@ Item {
|
||||||
implicitHeight: parent ? parent.height : 0
|
implicitHeight: parent ? parent.height : 0
|
||||||
|
|
||||||
TapHandler {
|
TapHandler {
|
||||||
|
acceptedPointerTypes: PointerDevice.GenericPointer
|
||||||
acceptedButtons: Qt.BackButton
|
acceptedButtons: Qt.BackButton
|
||||||
onTapped: root.pageLoader.moveThroughHistory(1)
|
onTapped: root.pageLoader.moveThroughHistory(1)
|
||||||
}
|
}
|
||||||
|
|
||||||
TapHandler {
|
TapHandler {
|
||||||
|
acceptedPointerTypes: PointerDevice.GenericPointer
|
||||||
acceptedButtons: Qt.ForwardButton
|
acceptedButtons: Qt.ForwardButton
|
||||||
onTapped: root.pageLoader.moveThroughHistory(-1)
|
onTapped: root.pageLoader.moveThroughHistory(-1)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user