ushahidi / tenfour-mobile

TenFour mobile app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mobile keyboard when creating a URL during onboarding uses a capital letter

Erioldoesdesign opened this issue · comments

When you're creating your URL for the first time, when you tap into the field I got a keyboard (android) which defaulted to a capital letter for my first character (which will then not allow you to pass this step)

Screenshot_20180510-182419.png

Would be great if this page could default to a keyboard that doesn't force a capital first letter.

Not sure whether this is a bug or a P#...

Deferring to @caharding :)

@Erioldoesdesign I think this is happening in the web app, so those HTML <input> controls will need a type="url" so it shows the correct keyboard https://www.w3schools.com/html/html_form_input_types.asp.

@mackers are domain's case sensitive. If not this shouldn't be a problem.

Note, this issue is happening in the Angular client.