influxweb / cornerstoneUX.smartTabs

A jQuery plug-in to control tab/accordion functions primarily for responsive sites.
http://influxweb.github.io/cornerstoneUX.smartTabs/
MIT License
1 stars 0 forks source link

Issue in Mobile Device Tab automatic closed while scrolling #2

Open dipesh711 opened 6 years ago

dipesh711 commented 6 years ago

We are Facing issue during the Mobile device When we are view our tab content from mobile device our tabs content are long so when We are scrolled the content Tab are automatically close We need to Fixed that Please help us regarding this issue.

We like the cornerstoneUX smart tabs.

Thanks.

influxweb commented 6 years ago

Can you post a link to the site this is happening on?

dipesh711 commented 6 years ago

@influxweb Thanks for your comment.

I checked your demo http://influxweb.github.io/cornerstoneUX.smartTabs/ and i feel issue there in demo too.

Its works perfect, but when you open any accordion and scroll it in mobile, Accordion get closed/inactive.

Please suggest.

Thanks again for your support.

influxweb commented 6 years ago

I will see if I can track down what might be happening. Unfortunately, this plugin is not being used in our workflow currently, so it has not been continually tested.

nickhhg commented 5 years ago

I came across this issue too, scrolling on a mobile device. However, I do not believe it's specifically related to scrolling, but instead related to resize events. I found that the issue can be replicated on desktop Chrome 72 simply by resizing the window.

The issue can be replicated using the official demo examples for both tabs and accordions. Simply select a tab/accordion other than the first one, then resize the window. The current tab/accordion will close and revert back to the first one.

edit: After reading issue #1 my experience sounds like it may be related to that.