I have a Label ' = ' with a TapGestureRecognizer on the accordion nav bar in the linked example which fails to fire, past the first item above the root, in the Navigation stack. The bar below the accordion nav (' < ' and ' > ' Labels) works fine. Does anyone see anything wrong with how I'm setting this up, or is there a known-bug anyone can think of? (Not seeing related complaints in bugzilla.) I guess I could try just keeping one page on the nav stack, storing anything else, but seems ludicrous to go that far yet (just assuming that would enable the tap gesture recognizer event). Although if there's an easier way to do anything here, feel free to let me know. (:
https://github.com/TheTekton/GRNavIssue
P.S.
If anyone notices, the footer prev/next nav is b0rk3d (it was 3-6am, etc.); just haven't corrected it yet (behavior changing from how code was getting setup).