Skip to content
This repository has been archived by the owner on Nov 22, 2017. It is now read-only.

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

Open
DawinderGill opened this issue Aug 24, 2016 · 13 comments
Open

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

DawinderGill opened this issue Aug 24, 2016 · 13 comments
Labels

Comments

@DawinderGill
Copy link

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 pedrovgs changed the title Swipe to right and to left is not working with Dragable View Swipe to right and to left is not working with Dragable View? Aug 29, 2016
@pedrovgs
Copy link
Owner

Hi @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 :)

@DawinderGill
Copy link
Author

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 <
[email protected]> 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
#98 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AIMwe7T7t6tuZOAMP7jx8R4w4xoRueE2ks5qkpEigaJpZM4Jr-GJ
.

@Blackquan
Copy link

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'

@DawinderGill
Copy link
Author

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

On Thursday 15 September 2016, Black Quan [email protected] 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
#98 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AIMwe0K9-vZSa-O97JVmAVzEl30Vdx4Lks5qqV-CgaJpZM4Jr-GJ
.

@DawinderGill
Copy link
Author

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
Copy link

this library sample?

Can you explain in detail? Sorry i am newbie

@DawinderGill
Copy link
Author

No problem bro.
Yes this sample.

On Thursday 15 September 2016, Black Quan [email protected] 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
#98 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AIMwe_T_jI25rsOJX5ctokPfk3t5qjahks5qqW3CgaJpZM4Jr-GJ
.

@Blackquan
Copy link

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

@DawinderGill
Copy link
Author

You are using dependecy or import library??

On Thursday 15 September 2016, Black Quan [email protected] 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
#98 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AIMwe8WIrYU52G9l_IzCNQQKHpDNl-egks5qqXRSgaJpZM4Jr-GJ
.

@Blackquan
Copy link

already in 2 way :(

@DawinderGill
Copy link
Author

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 [email protected] wrote:

already in 2 way :(


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#98 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AIMwe7zTCJDk9wmcL407GvrwiEbRGCjdks5qqXZvgaJpZM4Jr-GJ
.

@GaNhep
Copy link

GaNhep commented Oct 11, 2016

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
Copy link

tainangtk9 commented Nov 4, 2017

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

5 participants