-
你好,我现在在做京东的商品详情页效果,一个Activity中包含3个Fragment(简介,详情,评价)用ViewPager做容器,简介Fragment中用的DragLayout并且头部还有一个ViewPager,现在滑动到最后一张需要切换到详情,发现实现不了,移动的时候事件都被DragLayout中的ViewDragHelper处理了,求指点一二,万分感谢
-
-
E/ViewDragHelper: Ignoring pointerId=1 because ACTION_DOWN was not received for this pointer before ACTION_MOVE. It likely happened because ViewDragHelper did not receive all the events in the event …
-
**Summary:**
From Android Developer Console for v2.1.1 and v2.0.14:
```
java.lang.NullPointerException: Attempt to invoke virtual method 'android.content.ContentResolver android.content.Context.get…
-
机型小米3 android4.4
拖的时候按着卡片下半部白色区域,拖到右上角的时候点一下图片区域送手后就停在那了,再点一下可以继续正常拖动
-
Hey there!
We noticed this crash report in our tracking tool (stack trace below).
I wonder if you have any fixes for that problem, it happens quite often.
Thank you for your support,
Cheers,
Fred
`…
fred8 updated
8 years ago
-
when i pinch in , app gets crasched in android studio monitor error shows as:
java.lang.ArrayIndexOutOfBoundsException: length=1; index=1
…
-
java.lang.ArrayIndexOutOfBoundsException: length=1; index=1
at android.support.v4.widget.ViewDragHelper.saveLastMotion(ViewDragHelper.java:848)
at android.support.v4.widget.ViewDragHelper.shou…
-
I have tried to use the library, but the Fabric crashlytics logged this bug occurred many times. In my app, i use DrawerLayout for left side menu, can you help to take a look into this bug.
Fatal Exc…
-
I used the suggested code to fix the ViewGroup error in my project by creating a class with this code:
```
`import android.content.Context;
import android.util.AttributeSet;
import android.view.Motio…