Password hint is not visible on Android
During registration, when a password is not strong enough we show a warning to users and give them a hint of what their password must include. On Android, we show this in the Toast element. This, however, is not capable of showing such a long message (at least from >Android 12),. As a result, users do not really know what are the password constraints.
Moreover, on Herman's phone it only said "Password is not strong enough.".
| iOS | Android |
|---|---|
|
|
same problem as: https://github.com/MerginMaps/input/issues/1680
Not really the same, but might be related 🙂
Toast/popup notification replaced by Error messages under the related field. Pool request: https://github.com/MerginMaps/input/pull/2699/
fixed already