We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ownCloud usernames can contain "." and "@" quite often. Would it make sense to use the "Email"-type iOS keyboard when entering the username?
.
@
SFAuthenticationSession
To show a different in the web UI, a change in the ownCloud server would be necessary… (<input type="email"></input>)
<input type="email"></input>
More information: https://developer.apple.com/library/archive/documentation/StringsTextFonts/Conceptual/TextAndWebiPhoneOS/KeyboardManagement/KeyboardManagement.html
Entering the username would be easier with the "Email"-type iOS keyboard
Users have to switch to the 2nd page of the keyboard to enter the "." and "@"
iOS version: iOS 12.1.2 (16C101)
ownCloud app version: ownCloud beta version 1.0 build 85 (5df9764)
Device model: Model: iPhone XS Max
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ownCloud usernames can contain "
.
" and "@
" quite often. Would it make sense to use the "Email"-type iOS keyboard when entering the username?SFAuthenticationSession
(now)To show a different in the web UI, a change in the ownCloud server would be necessary… (
<input type="email"></input>
)More information:
https://developer.apple.com/library/archive/documentation/StringsTextFonts/Conceptual/TextAndWebiPhoneOS/KeyboardManagement/KeyboardManagement.html
Expected behaviour
Entering the username would be easier with the "Email"-type iOS keyboard
Actual behaviour
Users have to switch to the 2nd page of the keyboard to enter the "
.
" and "@
"Client
iOS version:
iOS 12.1.2 (16C101)
ownCloud app version:
ownCloud beta version 1.0 build 85 (5df9764)
Device model:
Model: iPhone XS Max
The text was updated successfully, but these errors were encountered: