Skip to content

Create/mount all native views after app.start #28

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

Merged
merged 1 commit into from
Jul 9, 2017

Conversation

vakrilov
Copy link

@vakrilov vakrilov commented Jul 7, 2017

Resolves #24

The UIGestureGraphEdge Assertion failure ... seems pretty mystical to me, but I think it was due to the fact that the native ios views in the app-component are created before application.start().

Moving mountComponent()(where the elements are created) inside the create() callback of the application.start() seems to resolve the issue.

@EddyVerbruggen
Copy link
Contributor

I can confirm this solves the issue! 🎉🎉🎉🎉🎉🎉🎉🎉

@rigor789 rigor789 merged commit ccda251 into nativescript-vue:master Jul 9, 2017
@nativescript-vue nativescript-vue locked as resolved and limited conversation to collaborators May 22, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

iOS tap issue
3 participants