Problem 1:
<div class="tabs tabs-responsive clearfix" id='tabs1' data-active="2">
By adding data-active = “2”, in desktop mode, the tab number 2 is selected, but it does not work in mobile size mode, ( @media (max-width: 767px ); where, no matter what, it always selects tab number 1.
Tested: desktop & mobile browsers.
Problem 2:
But the big problem comes when you are in mobile size mode, ( @media (max-width: 767px ), and select a tab, other then 1, the moment you scroll up or down, it automatically changes back to tab number 1…
Tested with:
Canvas 4.3, 4.4, 4.5.1
Android: 7.0.0
Android: 6.0.1
Problem in:
Chrome for Android: 62.0.3202.84
Firefox for Android 57.0
Surf Browser Beta
Internet de Samsung 6.2.01.12
Works in:
InBrowser v2.41.1 (75)
Source code: http://shelly.es/tabs1.html
