javascript - Framework 7 Alert Not Working with views -
i have button click event, framework 7's core alert() function not show if have div core class 'views' stores inline pages.
myapp.alert("hello");
if remove 'views' class div alert works. why this? ideas on how can alert show in inline views?
Comments
Post a Comment