-
Notifications
You must be signed in to change notification settings - Fork 4
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
Resizing CordovaBrowser hide html content #3
Comments
Hi @VanVan Within your event listener on navbarchange you will need to adjust your content accordingly, to compensate for the navbar overlaying your content. |
Hi @taroquu |
I use App Framework, so I adjust the height of the wrapping div. That div has scrolling within it, so the user cannot scroll onto the gap behind the nav bar. I'm not hugely familiar with Ionic, but perhaps you are able to do something similar. |
When resizing Cordova browser with "this.CordovaView.CordovaBrowser.Height=xx" the height is successfully modified, but hide bottom html content instead of resizing content.
It seems to resize visible webview, but the display height is still the same.
For example, if we have tabs on bottom, this plugin hide tabs on bottom. You can have a try with this Microsoft Template:
https://visualstudiogallery.msdn.microsoft.com/b26474d5-c14d-4d69-bad5-37954538c506
With navbar or resized with this plugin
Without navbar or without resize with this plugin
The text was updated successfully, but these errors were encountered: