pedrovgs / DraggablePanel

Android library used to create an awesome Android UI based on a draggable element similar to the last YouTube graphic component.
Apache License 2.0
2.99k stars 606 forks source link

Swipe to right and to left is not working with Dragable View? #98

Open DawinderGill opened 8 years ago

DawinderGill commented 8 years ago

I am using dragable view.After swiping view at bottom i am not able to close view to swipe in left or right.Even c'nt able to open top view maximize with swiping from bottom. Can you please tell what to do to resolve this issue??

Thanks...

pedrovgs commented 8 years ago

Hi @DawinderGill to be able to help you I need more information:

The easiest way for providing this information is to create a sample project reproducing the bug :)

DawinderGill commented 8 years ago

Hi Thanks for reply. That issue is resolved but these are some new issues.

  1. I am using video view in top dragable view. Can you please tell me how to make this video view fullscreen on button click because it creates problems when we make ot full screen.
  2. Is the any option in this library to disable dragable method because i want to disable dragable functionality when user on landscape mode.

Please reply me as soon as possible. Thanks

On Monday 29 August 2016, Pedro Vicente Gómez Sánchez < notifications@github.com> wrote:

Hi @DawinderGill https://github.com/DawinderGill to be able to help you I need more information:

  • Version of the library you are using.
  • Layout configured using the library.
  • Code initializing the library.
  • Version of the Android SDK used to build the APK and the target sdk configured.

The easiest way for providing this information is to create a sample project reproducing the bug :)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pedrovgs/DraggablePanel/issues/98#issuecomment-243057370, or mute the thread https://github.com/notifications/unsubscribe-auth/AIMwe7T7t6tuZOAMP7jx8R4w4xoRueE2ks5qkpEigaJpZM4Jr-GJ .

Blackquan commented 7 years ago

Hi, I got a same issue, can you tell me how to fix

For more info:

DawinderGill commented 7 years ago

Right now issue is not resolved. Will tell you if i got any solution.

On Thursday 15 September 2016, Black Quan notifications@github.com wrote:

Hi, I got a same issue, can you tell me how to fix

For more info:

  • compileSdkVersion 23
  • buildToolsVersion "23.0.2"
  • minSdkVersion 16
  • targetSdkVersion 23
  • compile 'com.github.pedrovgs:draggablepanel:1.9'

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pedrovgs/DraggablePanel/issues/98#issuecomment-247356164, or mute the thread https://github.com/notifications/unsubscribe-auth/AIMwe0K9-vZSa-O97JVmAVzEl30Vdx4Lks5qqV-CgaJpZM4Jr-GJ .

DawinderGill commented 7 years ago

Yes @Blackquan for right or left wipe i am using dragable view and i have implement all again with reference of this library sample. Then this problem have been solved. You can also try this. :)

Blackquan commented 7 years ago

this library sample?

Can you explain in detail? Sorry i am newbie

DawinderGill commented 7 years ago

No problem bro. Yes this sample.

On Thursday 15 September 2016, Black Quan notifications@github.com wrote:

this library sample?

Can you explain in detail? Sorry i am newbie

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pedrovgs/DraggablePanel/issues/98#issuecomment-247373894, or mute the thread https://github.com/notifications/unsubscribe-auth/AIMwe_T_jI25rsOJX5ctokPfk3t5qjahks5qqW3CgaJpZM4Jr-GJ .

Blackquan commented 7 years ago

i just did it, still not work for me :(

DawinderGill commented 7 years ago

You are using dependecy or import library??

On Thursday 15 September 2016, Black Quan notifications@github.com wrote:

i just did it, still not work for me :(

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pedrovgs/DraggablePanel/issues/98#issuecomment-247381791, or mute the thread https://github.com/notifications/unsubscribe-auth/AIMwe8WIrYU52G9l_IzCNQQKHpDNl-egks5qqXRSgaJpZM4Jr-GJ .

Blackquan commented 7 years ago

already in 2 way :(

DawinderGill commented 7 years ago

Ok friend I am not sure about this but this library having this issue. First time i have also face this problem. After that i have implement 4th type in sample i.e where they play spiderman movie trailer. Try that one once hope this will be solved. Otherwise you have to talk with support team.

On Thursday 15 September 2016, Black Quan notifications@github.com wrote:

already in 2 way :(

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pedrovgs/DraggablePanel/issues/98#issuecomment-247384041, or mute the thread https://github.com/notifications/unsubscribe-auth/AIMwe7zTCJDk9wmcL407GvrwiEbRGCjdks5qqXZvgaJpZM4Jr-GJ .

GaNhep commented 7 years ago

I finally fixed this "bug", but don't know why this happen. follwing the examples, if you have the top layout (A) and the bottom layout (B) inside the draggble view layout, there are 2 way to arrange them. 1: draggbleView(A, B) -> couldn't work 2: draggbleView(B,A) -> it works like a champ can anyone explan why?

tainangtk9 commented 6 years ago

I finally fixed this "bug", but don't know why this happen. follwing the examples, if you have the top layout (A) and the bottom layout (B) inside the draggble view layout, there are 2 way to arrange them. 1: draggbleView(A, B) -> couldn't work 2: draggbleView(B,A) -> it works like a champ can anyone explan why?

it's working 👍 many thank you GaNhep!! i dont know why