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

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

Command prompt result in label. Python 2.7 -