I have a tab strip where two of the tab urls differ only by the url parameters. For example:
The tab strip works as expected when clicking/tapping to navigate but when navigating using kendo.navigate(), the correct tab button is not visually selected.
Can you confirm that this is a bug that will be fixed. Also, is there any quick workaround for this? Thanks.
<div data-role="tabstrip"> <a href="#itemsView?favorites=1" data-icon="icon-star">Favorites</a> <a href="#itemsView" data-icon="icon-all">Items</a></div>The tab strip works as expected when clicking/tapping to navigate but when navigating using kendo.navigate(), the correct tab button is not visually selected.
Can you confirm that this is a bug that will be fixed. Also, is there any quick workaround for this? Thanks.