Skip to content

Commit

Permalink
Enable predictive text on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasMizera committed May 27, 2024
1 parent 1c82014 commit 9c6d6eb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions app/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -456,8 +456,6 @@ int main( int argc, char *argv[] )
init_qgis( appBundleDir );

#ifdef ANDROID
// See https://bugreports.qt.io/browse/QTBUG-86982 -> fix to make the predictive text disabled on Android
qputenv( "QT_ANDROID_ENABLE_WORKAROUND_TO_DISABLE_PREDICTIVE_TEXT", "1" );
// See issue #3431 -> disable Android accessibility features to prevent ANRs
qputenv( "QT_ANDROID_DISABLE_ACCESSIBILITY", "1" );
#endif
Expand Down
2 changes: 0 additions & 2 deletions app/qml/components/private/MMBaseSingleLineInput.qml
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,6 @@ MMBaseInput {
leftPadding: leftContentGroupContainer.visible ? 0 : __style.margin20
rightPadding: rightContentGroupContainer.visible ? 0 : __style.margin20

inputMethodHints: Qt.ImhNoPredictiveText

placeholderTextColor: __style.darkGreyColor

font: __style.p5
Expand Down

1 comment on commit 9c6d6eb

@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 24.5.624711 just submitted!

Please sign in to comment.