Closed marc-farre closed 3 months ago
Hey @marc-farre, did you mean that texbox includes a space at the end of the input field example, like this: 'https://community.humhub.com/dashboard_'. The underscore represents a space.
I was testing, couldn't reproduce, but if this is the case, the fix is simple.
If a user types _https://community.humhub.com/dashboard_
(underscores represents spaces) in the URL input, the app should trim the URL to remove spaces before and after, to keep https://community.humhub.com/dashboard
only.
@PrimozRatej works fine now, thanks!
When typing a URL, Android often automatically adds a space at the end.
As this field is for a URL, we should trim entered spaces.