Azure ADB2C Passwordless Numeric keyboard while entering Phone number

Viewed 133

I am using the Azure ADB2C passwordless authentication method. When I open the app on the mobile, it shows a generic keyboard rather than the Numeric keyboard, which is kind of annoying. Any help would be highly appreciated. [![enter image description here.

enter image description here

This should be numeric keyboard poping up instead of alphanumeric keyboard.

1 Answers

Set the claimType to phoneNumber. This should set the correct HTML tag for mobile phones to show the numeric pad.

Related