mirror of
https://github.com/kkebo/DNSecure.git
synced 2026-03-11 08:54:36 +00:00
Fix the issue that it is impossible to input IP addresses on iPhone
Fixes #8
This commit is contained in:
parent
6fb00955b8
commit
d927dc2179
1 changed files with 2 additions and 2 deletions
|
|
@ -43,7 +43,7 @@ extension DetailView: View {
|
|||
}
|
||||
)
|
||||
.textContentType(.URL)
|
||||
.keyboardType(.asciiCapableNumberPad)
|
||||
.keyboardType(.numbersAndPunctuation)
|
||||
.autocapitalization(.none)
|
||||
.disableAutocorrection(true)
|
||||
}
|
||||
|
|
@ -97,7 +97,7 @@ extension DetailView: View {
|
|||
}
|
||||
)
|
||||
.textContentType(.URL)
|
||||
.keyboardType(.asciiCapableNumberPad)
|
||||
.keyboardType(.numbersAndPunctuation)
|
||||
.autocapitalization(.none)
|
||||
.disableAutocorrection(true)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue