Reputation: 49
This is my code
<ons-button modifier="large" id="btnLogin"
ng-click="navMain()" class="login-button">login</ons-button>
When I use it in safari on ios8.4, it doesn't work. I click the button, it is not useful, please help.
Upvotes: 2
Views: 100
Reputation: 3482
That's a bug in Fastclick library that Onsen UI uses internally. Update Onsen UI to the last version (1.3.8 right now) where this library was also updated and fixed.
Related: https://github.com/OnsenUI/OnsenUI/issues/858 https://github.com/OnsenUI/OnsenUI/issues/851
Upvotes: 1