VinceG / twitter-bootstrap-wizard

This twitter bootstrap plugin builds a wizard out of a formatter tabbable structure. It allows to build a wizard functionality using buttons to go through the different wizard steps and using events allows to hook into each step individually.
MIT License
1.39k stars 676 forks source link

Custom Buttons on Mobile #215

Open mjstorevik opened 7 years ago

mjstorevik commented 7 years ago

I have custom buttons that work great but when on a mobile device after selecting "Next" it does not open the next tab at the top but stays at the same position so you are in the middle of the next tab not the top. If I remove the custom buttons each time I hit "Next" it scrolls to the top of the page.

VinceG commented 7 years ago

@mjstorevik can you please provide an example?