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 -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -