topcoat / tab-bar

Topcoat tab bar component
Apache License 2.0
1 stars 6 forks source link

Unable to switch tabs on iOS when using with FastClick #2

Open Fyrd opened 11 years ago

Fyrd commented 11 years ago

Using the Topcoat tab-bar with FastClick (https://github.com/ftlabs/fastclick) prevents other tabs from being selected after the first one's tapped.

This is likely to be an issue with FastClick rather than Topcoat, but since I imagine many people will want to use both Topcoat&FastClick on mobile, I figured it was worth documenting.

An example can be seen here: http://a.deveria.com/tests/tab-bar/ Seems to largely work fine on Android, but the bug occurs on iOS 6.1 and 7.

kristoferjoseph commented 10 years ago

Did you ever find a workaround for this issue?