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

Dont show back button to exit InAppBrowser #125

Open
SLyHuy opened this issue Mar 24, 2015 · 1 comment
Open

Dont show back button to exit InAppBrowser #125

SLyHuy opened this issue Mar 24, 2015 · 1 comment

Comments

@SLyHuy
Copy link

SLyHuy commented Mar 24, 2015

I using

UINavigationController *navController = (UINavigationController *)self.revealViewController.frontViewController;

[navController setViewControllers:@[webViewController] animated:NO];

[self.revealViewController setFrontViewPosition: FrontViewPositionLeft animated:YES];

It's working but dont have back button.
Thank you.

@SLyHuy
Copy link
Author

SLyHuy commented Mar 24, 2015

Oke, after read your code, I will choose Modal to open InAppBrowser with Done button.
Thanks

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

No branches or pull requests

1 participant