Resolve multi-finger operation Zoom Out pointer error java.lang.IllegalArgumentException:pointerIndex out of range

Source: Internet
Author: User

/**Custom your own viewpager to extends support Viewpager. Java Source:*//**Created by Azi on 2013-6-21. */ PackageCom.chaokuadi.android.support.view;ImportAndroid.content.Context;ImportAndroid.util.AttributeSet;Importandroid.view.MotionEvent; Public classViewpagerfixedextendsAndroid.support.v4.view.ViewPager { Publicviewpagerfixed (Context context) {Super(context); }     Publicviewpagerfixed (Context context, AttributeSet attrs) {Super(context, attrs); } @Override Public Booleanontouchevent (motionevent ev) {Try {            return Super. ontouchevent (EV); } Catch(IllegalArgumentException ex) {ex.printstacktrace (); }        return false; } @Override Public Booleanonintercepttouchevent (motionevent ev) {Try {            return Super. onintercepttouchevent (EV); } Catch(IllegalArgumentException ex) {ex.printstacktrace (); }        return false; }}


IllegalArgumentException (Pointerindex out of range) while using many fingers to zoom in and out

Resolve multi-finger operation Zoom Out pointer error java.lang.IllegalArgumentException:pointerIndex out of range

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.