Android ons-button component in javascript
-
Hi guys anybody whos a problems with
<ons-button modifier=“large” component=“button/login”>LOGIN</ons-button>
not firing in android mobile. please help… i just follow in the documents but its not working.
-
@angelo7001 Are you adding a
click
listener to the button? Or something likedocument.querySelector('[component=button/login]').onclick = doStuff;
?