html - ionic 2 MenuToggle not opening on touch stay -


i having weird problem in ionic2 app , when touch menu toggle button , stay around > 1 seconds not opening menu. noticed have same problem other apps on ionic 1.

it working fine in browser when mouse click , stay 1-2 seconds fine.

can open menu on touch down , up?

this code

<ion-header>   <ion-navbar>     <button ion-button menutoggle style="color: white" >       <ion-icon name="menu"></ion-icon>       menu     </button>     <ion-title>       <h5 style="color: white">         dashboard       </h5>     </ion-title>   </ion-navbar> </ion-header> 


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? -