Douglas Farias Expert Licensed User Longtime User May 15, 2014 #1 hi i m trying inset in my keyboard .com key its possible i tryed input @ and it works fine with this code EditText2.InputType = (Bit.OR(EditText2.INPUT_TYPE_TEXT, 0x00000020)) its possible insert .com too ?
hi i m trying inset in my keyboard .com key its possible i tryed input @ and it works fine with this code EditText2.InputType = (Bit.OR(EditText2.INPUT_TYPE_TEXT, 0x00000020)) its possible insert .com too ?
Erel B4X founder Staff member Licensed User Longtime User May 16, 2014 #2 Try: 0x000000a0 'TYPE_TEXT_VARIATION_WEB_EDIT_TEXT Upvote 0
Douglas Farias Expert Licensed User Longtime User May 16, 2014 #3 dont work and remove the @ *-* but no problem Erel very ty Upvote 0