Jump to content

Force numeric virtual keyboard on UniSweetAlert


likemike

Recommended Posts

Hello!

I use UniSweetAlert (I like the style) to get an input from the user. The input is an integer. Unfortunately iPhones display the alpha keyboard by default. Is it possible to force the numeric keyboard somehow?

Regards

Mike

Link to comment
Share on other sites

There's an interesting difference between iOS and Android in respect of the apperance of the virtual keyboard:

on iOS the UnimSweetAlert appears without opening the virtual keyboard (only when you click in the input field, the keyboard appears too)

on Android the UnimSweetAlert appears with opening the virtual keyboard simultaneously

Link to comment
Share on other sites

The problem is the new behaviour of iOS. Apple replaced the doubleclick by a tripleclick.

I open the UniSweetAlert by choosing a line in an UnimDBGrid. The doubleclick don't work here anymore - so the user has to tripleclick or use the "hold"-function.

Both methods remove the focus from the UniSweetAlert input field.

Link to comment
Share on other sites

×
×
  • Create New...