Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
e96f5f74
Commit
e96f5f74
authored
Jun 12, 2016
by
Don Gagne
Browse files
Don't user numeric keyboard on iOS
parent
78d203be
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/QmlControls/ParameterEditorDialog.qml
View file @
e96f5f74
...
@@ -104,8 +104,9 @@ QGCViewDialog {
...
@@ -104,8 +104,9 @@ QGCViewDialog {
visible
:
fact
.
enumStrings
.
length
==
0
||
validate
visible
:
fact
.
enumStrings
.
length
==
0
||
validate
//focus: true
//focus: true
// At this point all Facts are numeric
inputMethodHints
:
ScreenTools
.
isiOS
?
inputMethodHints
:
Qt
.
ImhFormattedNumbersOnly
Qt
.
ImhNone
:
// iOS numeric keyboard has not done button, we can't use it
Qt
.
ImhFormattedNumbersOnly
// Forces use of virtual numeric keyboard
}
}
QGCButton
{
QGCButton
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment