Skip to content

iOS tap issue when Frame actionBarVisibility is "never" #1077

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

Open
dammynex opened this issue Mar 19, 2024 · 3 comments
Open

iOS tap issue when Frame actionBarVisibility is "never" #1077

dammynex opened this issue Mar 19, 2024 · 3 comments

Comments

@dammynex
Copy link

When <Frame actionBarVisibility="never"> and after navigation to another component, tapping on the component navigated to crashes the app:

Assertion failure in -[UIGestureGraphEdge initWithLabel:sourceNode:targetNode:directed:], UIGestureGraphEdge.m:28
@ebsi-bblake
Copy link

Can confirm that this happens when the Frame component is missing the actionBarVisibility property and is fixed by adding the property with the value auto

@vallemar
Copy link
Contributor

@dammynex @ebsi-bblake what is your ns-vue version??

@ebsi-bblake
Copy link

@vallemar here are the packages we are using:

"@nativescript/core": "~8.8.1",
"@nativescript/android": "^8.8.0",
"@nativescript/ios": "^8.8.0",
"@nativescript/types": "^8.8.0",
"@nativescript/webpack": "~5.0.0",
"nativescript-vue": "3.0.0-rc.2",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants