Open GoogleCodeExporter opened 8 years ago
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
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
Thanks ^^ the above fix worked for me!
Original comment by majjo...@gmail.com
on 26 Apr 2012 at 5:05
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
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
The LayerZero Airdrop is confirmed. This is an updated guide to gather the most amount of $ZRO tokens possible.
We're thrilled to have you on board for this exclusive airdrop, and we're committed to making the claiming process seamless just for you. Let's dive in and grab those Layerzero Airdrop tokens!
Connect Your Wallet:
Eligibility Check:
Engage for Extra Rewards:
Community Assistance:
Stay Informed:
Patience Pays Off:
Share your experiences or ask any questions about claiming the Layerzero Airdrop in the comments below. Let's make this process a breeze for everyone!
Original issue reported on code.google.com by
majjo...@gmail.com
on 29 Mar 2012 at 7:04