Urigo / meteor-ionic

Ionic framework packaged for Meteor.
216 stars 32 forks source link

iOS double tap problem #30

Closed ghost closed 9 years ago

ghost commented 9 years ago

The problem is that I need to use double tap to activate any action. On Androyd everything is fine, what could be the reason? i'll try include

, :hover, :active, :focus user-select: none -webkit-user-select: none

this solution not work ;( anyone?

jschiffer commented 9 years ago

Same issue here.

beardChamp commented 9 years ago

I'm seeing the same issue in iOS. Particularly with the side-menu pattern, opening the menu and clicking menu items require double-clicks. Closing the menu and clicking on content for closure requires a single-clicks. In the browser, it's all single-clicks.

ghost commented 9 years ago

Also tried include fastclick, not result. ( href, ng-href, ui-sref, ng-click=f ($state.go) ) all need double tap to action on all of my iphones.. As a solution to the problem had to abandon the meteor of iOS project

Urigo commented 9 years ago

Is it a problem in meteor-ionic or also in Ionic itself?

ghost commented 9 years ago

meteor-ionic problem. now i transfer my meteor proj to clean ionic, all taps works fine. If you need i may send you my meteor & ionic projects.

ghost commented 9 years ago

https://mega.co.nz/#!FVMBCAbB!BHQUf3uh5tMaZoinSFT4MHydcj0PV1RHumcMuIEVDe8

meteor project

machard commented 9 years ago

Can you try directly with the version of meteor-ionic that is on this git ? (and don't forget to remove fastclick) I'm not sure that the fastclick conflict has been published to meteor.

Urigo commented 9 years ago

Just updated to beta14, can you see if it works now?

Urigo commented 9 years ago

Guys any updates?

Closing but please reopen in case it's not working