Skip to content

Commit

Permalink
Merge pull request #2828 from MerginMaps/enable-form-swipe
Browse files Browse the repository at this point in the history
Enable swipe gesture in forms to switch between tabs
  • Loading branch information
tomasMizera authored Oct 5, 2023
2 parents 869e92e + 370c4ef commit d5605dc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/qml/form/FeatureForm.qml
Original file line number Diff line number Diff line change
Expand Up @@ -276,12 +276,6 @@ Item {
id: swipeView
currentIndex: form.controller.hasTabs ? tabRow.currentIndex : 0

//
// Known limitation, we can not make swipeview interactive because of https://bugreports.qt.io/browse/QTBUG-109124
// It clashes with slider editors, see https://github.com/MerginMaps/input/issues/2411
//
interactive: false

anchors {
top: flickable.bottom
left: container.left
Expand Down

0 comments on commit d5605dc

Please sign in to comment.