Giter Club home page Giter Club logo

Comments (5)

jdehlin avatar jdehlin commented on July 17, 2024

I was able to reproduce your problem by making the Content controller inherit from UITableViewController. I haven't been able to come up with a solution yet but I would guess it has something to do with the gesture recognizer for sliding the menu open. I will continue to try to find a solution for this bug. In the mean time you can work around this by following the tutorial linked below.

http://developer.xamarin.com/guides/ios/user_interface/tables/part_2_-_populating_a_table_with_data/

I apologize for the inconvenience.

from xamarin-sidebar.

l3ender avatar l3ender commented on July 17, 2024

This is due to the Pan event handler trapping the scroll event and not passing it on to the table view controller. See http://stackoverflow.com/questions/5426306/

I've forked and am planning to work on this.

from xamarin-sidebar.

l3ender avatar l3ender commented on July 17, 2024

I was able to circumvent this issue by wrapping my UITableViewController inside of a UINavigationController. I haven't had issues with it yet (though I'm in an early development phase). I think that's a suitable workaround given that there is typically an action generated from a table that merits navigation. If navigation isn't required, the navigation bar can be hidden.

from xamarin-sidebar.

jasondenney avatar jasondenney commented on July 17, 2024

I saw this bug after I saw Swipe Gesture BUG #48 and in my app we do have a UITableViewController inside of a UITabViewController that is inside of a UINavigationController and do still see the issue. I took a simple approach of just putting in a boolean to control if the gesture should be enabled and put it in a pull request Added DisablePanGesture #60 if this could be helpful for you as well.

from xamarin-sidebar.

jdehlin avatar jdehlin commented on July 17, 2024

Closing as resolved by #60

from xamarin-sidebar.

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.