Open giricodebase opened 6 years ago
@srigiri92 Did you resolve this issue. I am facing the same issue. Please help me if you have resolved this.
when slideOffset < 9.0 and slideOffset > 0 SlingdingPanel can't dragging. I must "COLLAPSED" to dragging
i have same issue. Did you resolve this issue? please help me
I have Viewpager in with inflates RecyclerView It is not scrollable when I put into BottomSheet, So I tried it using slideUpPanel here also same issue, umanoScrollableView also not helpful. `<?xml version="1.0" encoding="utf-8"?> <com.sothree.slidinguppanel.SlidingUpPanelLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:sothree="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/sliding_layout" android:layout_width="match_parent" android:layout_height="match_parent" android:gravity="bottom" sothree:umanoDragView="@+id/dragView" sothree:umanoOverlay="true" sothree:umanoPanelHeight="68dp" sothree:umanoParallaxOffset="400dp" sothree:umanoScrollableView="@+id/viewPagerLogbook" sothree:umanoShadowHeight="4dp">
</com.sothree.slidinguppanel.SlidingUpPanelLayout> `