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

javascript - Knockout pushing observable and computed data to an observable array -

'hasOwnProperty' in javascript -

Trouble making a JSON string -