-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scrolling, ListView, CollectionView all get cut off on Android #29
Comments
@bradrice did you try with |
I can't seem to figure out how to use NestedScrollView in angular. However, I don't really have nested scrollviews, they are independent in drawer windows where they don't work. Here is what I get: Here is ios https://drive.google.com/file/d/1ZXwrFjVOim5w-di1IcWHPzGvzywW1oNV/view?usp=drive_link |
nested term iOS used based on the android native class name. and I am. almost certain you need it ! again I know there was an angular example on discord |
Are your collectionviews going out of the bounds of the drawer so you have to scroll to get to the bottom? |
yes they do |
I can't do scroll in Android, too. In iOS works fine |
@bradrice @bradrice indeed by default the drawer gesture will interfeer with a listview. |
@farfromrefug In my application works better with these parameters: :gestureHandlerOptions="{ |
I'm still not able to use a Scrollview in the drawer with gestureHandlerOptions |
@bradrice then share a simple reproducible example (not angular please) to show what you are trying to do and whats not working |
That’s right I forgot you were non-angular. I am just switching back to
radsidebar.
Brad Rice
***@***.***
…On Wed, Mar 27, 2024 at 12:45 PM farfromrefuge ***@***.***> wrote:
@bradrice <https://github.com/bradrice> then share a simple reproducible
example (not angular please) to show what you are trying to do and whats
not working
—
Reply to this email directly, view it on GitHub
<#29 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACCPYEFO6WM3MIJCY4ETPTY2LSSFAVCNFSM6AAAAABEGDMEJWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMRTGI3TCOBYGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@bradrice sorry to hear that. non-angular is also because I know the core component to work and reproducing it without angular tells me there is a real issue with the plugin and not only with the angular wrapper |
Ok, thanks for the clarification. I’ll try to spin up a core app with your
plugin, but I’m trying to get my app out the door.
…On Wed, Mar 27, 2024 at 12:56 PM farfromrefuge ***@***.***> wrote:
@bradrice <https://github.com/bradrice> sorry to hear that. non-angular
is also because I know the core component to work and reproducing it
without angular tells me there is a real issue with the plugin and not only
with the angular wrapper
—
Reply to this email directly, view it on GitHub
<#29 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACCPYEEKHWS33YNI2FQ6CTY2L23RAVCNFSM6AAAAABEGDMEJWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMRTGMYDSMZTGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@bradrice no worries if you can in the future it would be great yes (vue works too as no wrapper is needed). |
Will do, thanks! I wonder if it has something to do with having multiple
drawers on my page. I'm converting them to modals, so I don't have to use
multiple.
…On Wed, Mar 27, 2024 at 3:55 PM farfromrefuge ***@***.***> wrote:
@bradrice <https://github.com/bradrice> no worries if you can in the
future it would be great yes (vue works too as no wrapper is needed).
But finish your app first!
—
Reply to this email directly, view it on GitHub
<#29 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACCPYD2LOYCCRXX333JMLLY2MIZDAVCNFSM6AAAAABEGDMEJWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMRTHA2DSMJRGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Brad Rice
***@***.***
|
@bradrice possible. Multiple is not the most common use case. But it should work! |
I the content is scrolling and it goes out of the drawer it does not scroll on Android.
Everything works perfectly on iOS. I'm trying to get scrolling lists working in a drawer for Android.
The text was updated successfully, but these errors were encountered: