InventPartners / bootstrap-responsive-tabs

A jQuery plugin to make bootstrap tabs work nicely in responsive layouts
Other
17 stars 12 forks source link

I tried to implemente in bootstrap 4 using it's own css, it's working but when i click on the menu, on first click it works fine but it remains selected means active, and it doesn't get clicked again. any solution #1

Closed anjalisingh16 closed 6 years ago

anjalisingh16 commented 6 years ago

I tried to implemented in bootstrap 4 using it's own css, it's working but when i click on the menu, on first click it works fine but it remains selected means active, and it doesn't get ed again. it doesn't refresh any solution plz?

tab

MattInventPartners commented 6 years ago

The plugin was originally developed for bootstrap 3. We're just doing some testing with Bootstrap 4, and there do seem to be one or two issues when used with 4. We'll work on a fix as soon as possible.

Thanks for flagging this!

JamieBradley commented 6 years ago

Hello! I have created a new /bootstrap4 folder in the repo with edited HTML/JavaScript for Bootstrap4. It isn't quite perfect yet (there are a few very minor issues when resizing the browser window manually) but it should work well enough? I will try to fix these minor issues tomorrow.

JamieBradley commented 6 years ago

All issues should be fixed now - use the files in the bootstrap4 folder!

anjalisingh16 commented 6 years ago

Thanks a lot Jammie for your support. Have a nice day ahead.

Regards Anjali Singh

On Wed, Apr 25, 2018 at 2:03 PM, Jamie Bradley notifications@github.com wrote:

Closed #1 https://github.com/InventPartners/bootstrap-responsive-tabs/issues/1.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/InventPartners/bootstrap-responsive-tabs/issues/1#event-1593460145, or mute the thread https://github.com/notifications/unsubscribe-auth/AkgAj2nXhn4lyXsqFgWxn7X6AC5fV4Kbks5tsDTcgaJpZM4ThtZ1 .

-- Thanks & Regards UI Designer / Front-end Developer Anjali Singh

anjalisingh16 commented 6 years ago

HI, I'm sorry to bother you again. it's still not getting refresh.When u check in mobile using f12 it's doesn't get refresh automatically. when u close f12 then in Desktop it's looking like image attached. Same in mobile when u press12. U have to refresh then it will come into the actual form. screenshot is attached. Plz have a look,

On Wed, Apr 25, 2018 at 3:43 PM, Anjali Singh anjali78s@gmail.com wrote:

Thanks a lot Jammie for your support. Have a nice day ahead.

Regards Anjali Singh

tab-mobile-view tab-desktop

On Wed, Apr 25, 2018 at 2:03 PM, Jamie Bradley notifications@github.com wrote:

Closed #1 https://github.com/InventPartners/bootstrap-responsive-tabs/issues/1.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/InventPartners/bootstrap-responsive-tabs/issues/1#event-1593460145, or mute the thread https://github.com/notifications/unsubscribe-auth/AkgAj2nXhn4lyXsqFgWxn7X6AC5fV4Kbks5tsDTcgaJpZM4ThtZ1 .

-- Thanks & Regards UI Designer / Front-end Developer Anjali Singh

-- Thanks & Regards UI Designer / Front-end Developer Anjali Singh

MattInventPartners commented 6 years ago

The plugin uses and onResize event to determine when to redraw the menu. It seems that developer mobile view (F12) isn't firing that event in a predictable fashion. This won't be a problem in normal use, but you may just need to refresh the page when you switch into developer view during testing.