Anker Berg-Sonne
Top achievements
Rank 1
Anker Berg-Sonne
asked on 24 May 2012, 02:28 PM
Is there any way to get the tabstrip to scroll left and right with swipes instead of stacking when the viewport is too narrow to display all of them?
Thanks/Anker
Thanks/Anker
6 Answers, 1 is accepted
0
Arshak
Top achievements
Rank 1
answered on 25 May 2012, 02:42 PM
I have same problem with it...
Is there any solutions for it?
on browser when i use overflow:scroller it works, but when I test application on simulator i cant scroll it ...
Is there any solutions for it?
on browser when i use overflow:scroller it works, but when I test application on simulator i cant scroll it ...
0
Arshak
Top achievements
Rank 1
answered on 25 May 2012, 03:03 PM
I think that i found solution here
http://www.kendoui.com/forums/mobile/tabstrip/tabstrip-ios-disappearing.aspx
add height=device-height to meta
but its not work on device in landscape mode. app cant work on landscape mod
http://www.kendoui.com/forums/mobile/tabstrip/tabstrip-ios-disappearing.aspx
add height=device-height to meta
but its not work on device in landscape mode. app cant work on landscape mod
0
Hello guys,
Currently the mobile TabStrip doesn't support scrolling since it is activated on touchstart, but we have the feature in mind for future releases. Can you also add a feature request in the Kendo Feedback page, so we can keep track?
Kind regards,
Kamen Bundev
the Telerik team
Currently the mobile TabStrip doesn't support scrolling since it is activated on touchstart, but we have the feature in mind for future releases. Can you also add a feature request in the Kendo Feedback page, so we can keep track?
Kind 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!
0
Anker Berg-Sonne
Top achievements
Rank 1
answered on 28 May 2012, 02:43 PM
Done!
Thanks/Anker
Thanks/Anker
0
Anker Berg-Sonne
Top achievements
Rank 1
answered on 19 Jun 2012, 02:04 PM
I can get horizontal scrolling to kindof work if I add the following to the tabstrip: style="overflow:auto;white-space:nowrap"
The problem is that you have to swipe the blank space between the icons. If you touch the icon it immediately gets interpreted as a click.
I don't understand why the tabs get activated on button or touch press, I believe it should happen on release, just like any ordinary link.
Anker
The problem is that you have to swipe the blank space between the icons. If you touch the icon it immediately gets interpreted as a click.
I don't understand why the tabs get activated on button or touch press, I believe it should happen on release, just like any ordinary link.
Anker
0
Hello Anker,
The applications built with Kendo UI Mobile look and feel native on the popular mobile platforms. That is why the Kendo Mobile TabStrip by default behaves that way on an iOS platform - tabs get activated on touch start.
Greetings,
Iliana Nikolova
the Telerik team
The applications built with Kendo UI Mobile look and feel native on the popular mobile platforms. That is why the Kendo Mobile TabStrip by default behaves that way on an iOS platform - tabs get activated on touch start.
Greetings,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!