-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tabs not working in demo project #338
Comments
We are including the I would try to confirm that the package is indeed part of your project and that the necessary JavaScript is being loaded. |
I tested it some more. It is only the tabs that are reacting differently I did a clean checkout of demo project (meteoric) and then "meteor update" and then "meteor run android-device". i get the following and I cannot open the tabs section. others work fine. When clicking on Tabs from the demo list I get output : Exception from Tracker recompute function: see below Alexanders-Air:demo alexander$ meteor run android-device => Started proxy. WARNING: You are testing your app on a remote device. For the mobile app to be able to connect to the local server, make sure your device is on the same network, and that the network configuration allows => App running at: http://localhost:3000/ |
Hi,
I wrote an app using meteor-ionic and there is a lag when touching a tab icon using ionTabs on Android.
The issue was "solved" for ionic. Is this working for meteor-ionic too?
see: http://blog.ionic.io/hybrid-apps-and-the-curse-of-the-300ms-delay/
I also tried to add the data-tap-disabled option with no luck
{{#ionTabs data-tap-disabled="true"
Furthermore meteor includes a "fastclick" package for cordova. Should this be removed then?
Thanks for any insight on this matter.
The text was updated successfully, but these errors were encountered: