iOSContextualMenu icon indicating copy to clipboard operation
iOSContextualMenu copied to clipboard

Issues with force touch causing the menu to freeze

Open multinerd opened this issue 7 years ago • 5 comments

My users are having issues with the menu freezing when force touch is (accidently) triggered. I dont have a force touch capable device to tinker with, so all i can do is inform future readers.

@hectormatos2011 tagging you in case you still aren't receiving notifications

multinerd avatar Apr 06 '17 18:04 multinerd

Thank you for tagging me! I'm currently out with my family but I promise I'll take a look at it when I get home. Is there anyway you can provide repro steps as well as the current view stack you are inserting the menu in?

hectormatos2011 avatar Apr 06 '17 18:04 hectormatos2011

Sorry i took 2 weeks, i hardly log in to the actual git website. I haven't been able to reproduce it as i don't have a force touch capable device. Im inserting the menu on CellForRowAtIndexPath. the menu is used as a submenu for each tableview items. This setup is UINavigationController -> UITabBarController -> UITableViewController (menu is used here)

multinerd avatar Apr 20 '17 14:04 multinerd

Shouldn't you have a tab bar as the root instead of a nav bar? Either way thanks for your response I'll look into this

hectormatos2011 avatar May 23 '17 15:05 hectormatos2011

Also feel free to open a PR if you've figured out the issue as well!

hectormatos2011 avatar May 23 '17 15:05 hectormatos2011

@hectormatos2011 heres what my setup looks like http://imgur.com/a/j7pmf The first 2 tabs on top (category listing cell) and the last on the bottom (with the segment control as the header view). Youre right, nav should be the root but this was a hacky way to achieve what i needed.

As Ive mentioned I don't a touch capable device, for now i had to replace the menu with another framework

multinerd avatar May 30 '17 21:05 multinerd