Skip to content
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

No response on clicking items in ionContent when overflow-scroll for some Samsung devices #332

Open
mitesh-mutha opened this issue Oct 7, 2015 · 0 comments

Comments

@mitesh-mutha
Copy link

Hey,

So I use meteoric packages in my Meteor Cordova app and I love it. However, there is an issue I am facing. This issue is mostly seen on Samsung devices. Especially the Jellybean devices like S3 and Galaxy Grand. Most of the other devices from others seem to be working fine.

The issue is that ionList items or buttons in the ionContent do not respond to the tap/click event on the Android devices mentioned above. Sometimes, it works if you scroll and then immediately tap. Sometimes it registers after trying to click a lot of times. This happens not only in cases where side menus exist in the layout but also otherwise.

One more thing I have noticed that when I am using the side menu, the clicks register on the items on the main page (not the side menu) immediately, at the first click, if the side menu is open( or partially open for that matter). Maybe it is because the scroll motion is making it get back to side menu closed state and I tap.

Now, the ionContent translates to classes like "content padding overflow-scroll has-header". However, on further testing I have found that if I remove overflow-scroll class from the div. The clicks work properly from the first time. But I lost the ability to scroll in the page (obviously).

I am still using the Meteor 1.1.0.3 release. Package versions are as mentioned below
fourseven:scss 2.1.1*
iron:router 1.0.9
meteor-platform 1.2.2*
meteoric:ionic 0.1.19
meteoric:ionic-sass 0.1.9*
meteoric:ionicons-sass 0.1.6*

Can you help me out with this ? At least give me a workaround where I may scroll on the page vertically but still ensure the clicks work fine.

@mitesh-mutha mitesh-mutha changed the title No response on click the items No response on clicking items in ionContent when overflow-scroll for some Samsung devices Oct 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant