I have a login page with a
SfMaskedEdit to get user's phone number and a switch for KeepMeLoggedIn and a login button bellow it.
When the user focuses on SfMaskedEdit on android platform, soft keyboard opens with next button as action key.
If user press the next button on keyboard my app crashes with the following error.
"java.lang.IllegalStateException: focus search returned a view that wasn't able to take focus!"
I looked at the properties of SfMaskedEdit and did not find ReturnType and ReturnCommand properties.
How can I fix this problem?