java - android:inputType="textUri" wont enable internet keyboard (w .com button) -
I have an issue where I'm calling the Internet keyboard with the .com button but it will not be displayed when the keyboard is triggered.
Any help is greatly appreciated! Android: layout_width = "fill_content" Android: layout_height = "wrap_content" Android: ems = "10" Android: lines = "1" Android: signal = "@ string / code_hint" Android: imeOptions = "Action Next" Android: InputType = "textUri" /> You can try to give
android: inputType = "textEmailAddress" / Code> to place the keyboard with the .com button
Comments
Post a Comment