AHilberink Active Member Licensed User Longtime User Sep 22, 2015 #1 Hi, Is it possible to have the @ key on the soft keyboard without setting the input type to eMail using: eMail.InputType=Bit.Or(eMail.INPUT_TYPE_TEXT, 0x00000020) Best regards, André
Hi, Is it possible to have the @ key on the soft keyboard without setting the input type to eMail using: eMail.InputType=Bit.Or(eMail.INPUT_TYPE_TEXT, 0x00000020) Best regards, André
Erel B4X founder Staff member Licensed User Longtime User Sep 24, 2015 #2 You can try to set the allowed characters with IME library. It will probably won't work but it is worth a try. Upvote 0
You can try to set the allowed characters with IME library. It will probably won't work but it is worth a try.
AHilberink Active Member Licensed User Longtime User Sep 24, 2015 #3 Erel said: You can try to set the allowed characters with IME library. It will probably won't work but it is worth a try. Click to expand... I tried: didn't work :-( Then still my post 369306 will be open. Thanks for helping me Erel. Upvote 0
Erel said: You can try to set the allowed characters with IME library. It will probably won't work but it is worth a try. Click to expand... I tried: didn't work :-( Then still my post 369306 will be open. Thanks for helping me Erel.