Skip to content
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: Help browser window is shown within the app and so there is no way to exit back to the app #55

Closed
nbhasker opened this issue Jun 24, 2017 · 3 comments
Assignees
Milestone

Comments

@nbhasker
Copy link
Collaborator

In contrast, on Android the system default browser is launched and the help runs completely asynchronously to and outside the app. Could again be a lack of Crosswalk issue.

@nbhasker nbhasker added this to the Beta milestone Jun 24, 2017
@nbhasker nbhasker self-assigned this Jun 24, 2017
@nbhasker
Copy link
Collaborator Author

Looks like we will have to use the Cordova in app browser plugin and then use window.open(url, '_system') or cordova.InAppBrowser.open(url, '_system'). Again hopefully this will work for IOS and Android.

@nbhasker
Copy link
Collaborator Author

Same problem noted in Android

@nbhasker
Copy link
Collaborator Author

Fixed by including in-app-browser. Had to be installed with --save so that config.xml is updated letting the package system know that the plug-in has to be pulled in.

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

No branches or pull requests

1 participant