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

Display navbar with title on BlackBerry

1 Answer 76 Views
NavBar
This is a migrated thread and some comments may be shown as answers.
JT
Top achievements
Rank 1
JT asked on 15 Jun 2012, 09:45 PM
I'm testing KendoUI for a BlackBerry app and ran into some trouble with the navbar, the title never shows up in the navbar (and if there isn't a button in the navbar that won't show up), how can I make the navbar and title always show on BB?

Thanks,
JT

1 Answer, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 20 Jun 2012, 10:39 AM
Hello JT,

You can add this rule to your CSS to make it visible:
.km-blackberry .km-view-title {
    display: block;
}


Greetings,
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
JT
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
Share this question
or