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

Kendo view title not showing in android

2 Answers 133 Views
NavBar
This is a migrated thread and some comments may be shown as answers.
Dave
Top achievements
Rank 1
Dave asked on 21 Apr 2013, 01:58 PM

In android device the view title is not visible though the TitleBar is visible.
Is there any way to make the view-title visible in kendo-ui-mobile navbar in android  ?

2 Answers, 1 is accepted

Sort by
0
Dave
Top achievements
Rank 1
answered on 22 Apr 2013, 07:03 AM
Solved the problem.
To show title in navbar in android device have to write a little css :

  /*for showing title in android*/
  .km-android .km-navbar div.km-view-title{
     visibility: visible !important;
 }
0
Kamen Bundev
Telerik team
answered on 22 Apr 2013, 07:12 AM
Hi Dave,

Yes, there is also some documentation about it.

Regards,
Kamen Bundev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
NavBar
Asked by
Dave
Top achievements
Rank 1
Answers by
Dave
Top achievements
Rank 1
Kamen Bundev
Telerik team
Share this question
or