Skip to content

Commit

Permalink
enable swiping gesture in forms
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasMizera committed Oct 5, 2023
1 parent 897285b commit 370c4ef
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

1 comment on commit 370c4ef

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iOS - version 23.10.463111 just submitted!

Please sign in to comment.