humhub / app

18 stars 7 forks source link

Humhub instance URL form: disable keyboard suggestions #97

Closed marc-farre closed 11 months ago

marc-farre commented 11 months ago

When writing the URL of the Humhub instance, the Android keyboard automatically changes the names of the URL parts and adds spaces char. There should be an indication in the URL field not to use keyboard suggestions. On some apps, I can also see that the Keyboard is different when typing URLs: I have a .com key.

Maybe with the url field type if the app uses HTML: https://www.w3schools.com/tags/att_input_type_url.asp

PrimozRatej commented 11 months ago

Set the keyboardType to url.

Screenshot 2023-07-18 at 17 29 07

marc-farre commented 11 months ago

Thanks @PrimozRatej !