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 however it won't display when the keyboard is triggered. Any assistance is greatly appreciated! \[code\] <EditText android:id="@+id/codeEdit" android:layout_width="fill_parent" android:layout_height="wrap_content" android:ems="10" android:lines="1" android:hint="@string/code_hint" android:imeOptions="actionNext"android:inputType="textUri" />\[/code\]
 
Back
Top