Closed wedangsusu closed 8 years ago
Had this same issue. The problem may be that you have in your document ready function. Call it again when the dialog is shown. The dialog is dynamic so the code isn't applied to. By applying it when the dialog is shown you should solve the issue.
onshown: function(dialogRef){ fakewaffle.responsiveTabs(['xs', 'sm']); }
Closing as the previous comment sounds like the proper solution.
Hi
I have issue when i am use popup, you can see this screenshot
Thanks