Giter Club home page Giter Club logo

Comments (4)

JlUgia avatar JlUgia commented on May 29, 2024

Hi!
Does the layer stick horizontally or vertically?
If it scrolls vertically i does not make too much sense from a UX perspective to have scrolling content. Also the touch events will collide with each other: the deepest child always consume touch events, otherwise the list would never scroll.
If the layer is bound to the right or left side and listview scrolls vertically, you should be able to swipe horizontally.

What's your specific case? The more you share the better :)

from android-sliding-layer-lib.

MinaMohsen avatar MinaMohsen commented on May 29, 2024

hii ,
thanks for the reply ,
the layer is bound to the right and listview scrolls vertically, but i should not be able to swipe to the right side , because when i try to swipe on list on item to the right , the layer close

from android-sliding-layer-lib.

JlUgia avatar JlUgia commented on May 29, 2024

I see that. So your listView allows swiping items away horizontally. That could be a confusing experience for users. For now the library consumes the event if it can handle it, or pass it to the next listener otherwise. That was done intentionally. What you can do though both to provide a more usable experience and avoid the layer consuming the event is to allow swiping elements to the opposite direction of the layer. So in this case, allowing swiping elements in the list to the left when the layer is fully open.

Let me know if that works for you, otherwise we can get it fixed.

from android-sliding-layer-lib.

elmateo487 avatar elmateo487 commented on May 29, 2024

@JlUgia, is there a way to override the x distance necessary to close the layer? So when flinging a listview, you are not closing the layer?

Edit: This works for most of the time. But that doesn't change the fact that you can swipe a layer closed with what looks like a very small amount of x movement

        listView.setOnScrollListener(new AbsListView.OnScrollListener() {
            @Override
            public void onScrollStateChanged(AbsListView view, int scrollState) {
                slidingLayer.requestDisallowInterceptTouchEvent(true);
            }

            @Override
            public void onScroll(AbsListView view, int firstVisibleItem, int visibleItemCount, int totalItemCount) {

            }
        });

from android-sliding-layer-lib.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.