You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a nativescript vue with vue 3 application with a frame and 2 pages, when I navigate from page 1 to page 2, the app crashes if we tapped on any place of the second page
Error Assertion failure in -[UIGestureGraphEdge initWithLabel:sourceNode:targetNode:directed:], UIGestureGraphEdge.m:28
--
The code as is, whenever I tap on any place of the page, the app crashes.
If I add { clearHistory: true } to the $navigate call the routing works;
This happens on ios only
The text was updated successfully, but these errors were encountered:
I have a nativescript vue with vue 3 application with a frame and 2 pages, when I navigate from page 1 to page 2, the app crashes if we tapped on any place of the second page
Dependencies
"@nativescript/core": "~8.8.1",
"nativescript-vue": "3.0.0-rc.2",
"@nativescript/android": "^8.8.0",
"@nativescript/ios": "^8.8.0",
"@nativescript/tailwind": "^2.1.0",
"@nativescript/types": "^8.8.0",
"@nativescript/webpack": "~5.0.0",
frame
App.vue
page2
Error
Assertion failure in -[UIGestureGraphEdge initWithLabel:sourceNode:targetNode:directed:], UIGestureGraphEdge.m:28
--
The code as is, whenever I tap on any place of the page, the app crashes.
If I add
{ clearHistory: true }
to the $navigate call the routing works;This happens on ios only
The text was updated successfully, but these errors were encountered: