-
Notifications
You must be signed in to change notification settings - Fork 93
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
iOS: detached view controllers #116
Comments
Just to have everything in one post:
Originally posted by @imiskuf in #98 (comment) |
Thanks! This fixed it for me too |
Thanks for the sample code. If anyone wants to do a PR on this, that would be awesome! |
Please, tell us how to recreate the issue in as much detail as possible.
This only happens on iOS - Android works fine.
or even simpler
Webview opens but nothing is shown
Workaround
You can create the following patch for tns-oauth-native-view-controller.ios.js and apply it using a hook. Please feel free to give input to that patch. Is this a possible solution or really just an ugly workaround?
Here is the patch file content:
Make sure to check the demo app(s) for sample usage
Can be reproduced by a small modification to demo-angular app.component.html
Which platform(s) does your issue occur on?
Please, provide the following version numbers that your issue occurs with:
tns --version
to fetch it)6.5.0
node_modules/tns-core-modules/package.json
file in your project)tns-core-modules@6.0.1
"tns-android"
and"tns-ios"
properties in thepackage.json
file of your project)The text was updated successfully, but these errors were encountered: