You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: