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

The wheel does not scroll on Samsung Galaxy S II with Android ICS #36

Open
GoogleCodeExporter opened this issue May 15, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

The wheel does not seem to scroll on Galaxy S II devices with ICS, but works 
fine on other devices and the emulator. I hope we see an update soon.

Original issue reported on code.google.com by majjo...@gmail.com on 29 Mar 2012 at 7:04

@GoogleCodeExporter
Copy link
Author

I also have this problem on an app thats currently in the Market. Any chance 
this will be fixed soon ?

Original comment by mark.moo...@gmail.com on 19 Apr 2012 at 5:40

@GoogleCodeExporter
Copy link
Author

Here's my fix:
In WheelView class
in onTouchEvent(MotionEvent event) method

move 
if (getParent() != null) {
                            getParent().requestDisallowInterceptTouchEvent(true);
                        }


from switch to the beginning of the method


Original comment by megatron...@gmail.com on 25 Apr 2012 at 7:26

@GoogleCodeExporter
Copy link
Author

Thanks ^^ the above fix worked for me!

Original comment by majjo...@gmail.com on 26 Apr 2012 at 5:05

@GoogleCodeExporter
Copy link
Author

Thanks a lot megatronXXX!

As far as I know the ConvertIt app works well, but it does use only small 
modifications of the original wheel project which are not related to this fix. 
I suppose it is because I placed it to a custom layout, so this issue does not 
happen.

Thanks again,
Yuri

Original comment by yuri.kan...@gmail.com on 7 May 2012 at 6:57

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

I got same issue. But later on I have used ArrayWheelAdapter and 
AbstractWheelTextAdapter ( to create our own adapter ). 
Then it is started to work fine on s2.

Original comment by sandeepk...@gmail.com on 28 Sep 2012 at 9:36

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant