diff --git a/src/QmlControls/ParameterEditorDialog.qml b/src/QmlControls/ParameterEditorDialog.qml index 7e5f732ea68d0b135ebdd79f3b6c8e7d14aa595c..a291df47d9bc4241ca21fa16ac992c85b4bedf59 100644 --- a/src/QmlControls/ParameterEditorDialog.qml +++ b/src/QmlControls/ParameterEditorDialog.qml @@ -104,8 +104,9 @@ QGCViewDialog { visible: fact.enumStrings.length == 0 || validate //focus: true - // At this point all Facts are numeric - inputMethodHints: Qt.ImhFormattedNumbersOnly + inputMethodHints: ScreenTools.isiOS ? + Qt.ImhNone : // iOS numeric keyboard has not done button, we can't use it + Qt.ImhFormattedNumbersOnly // Forces use of virtual numeric keyboard } QGCButton {