This is a migrated thread and some comments may be shown as answers.

Issues with kendo ui mobile listview and textbox on android

1 Answer 74 Views
General Discussion
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Snehal
Top achievements
Rank 1
Snehal asked on 06 Feb 2015, 05:32 AM
Hi All,

1) I am using kendo ui mobile listview , having input elements . The input elements (eg. radio button , text etc) get right justified by default within the listview.

How to left align the input elements within a kendo ui mobile listview?



2) When the background color  of a Input  element type="text" is set to a White 

- It shows a black border on android devices.

for eg <input id="id" type="text" style="background-color:White;"/>

How to remove the black border?



Regards,

Snehal

1 Answer, 1 is accepted

Sort by
0
Stefan Dobrev
Telerik team
answered on 07 Feb 2015, 09:01 AM
Hi Snehal,

Here is the update that you will need to apply to your styles in order to make it work:
<input id="id" type="text" style="background-color:White;outline:0;position:relative"/>

The outline will remove the border that you are referring to and the position relative will fix the alignment of the input. You can read more about it in this forum thread.

Hope this helps,
Stefan Dobrev
Telerik
 

Visit the Telerik Verified Plugins Marketplace and get the custom Cordova plugin you need, already tweaked to work seamlessly with AppBuilder.

 
Tags
General Discussion
Asked by
Snehal
Top achievements
Rank 1
Answers by
Stefan Dobrev
Telerik team
Share this question
or