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

Full-Size WebView without rubberbanding #25

Open
mkraessig opened this issue Dec 5, 2017 · 1 comment
Open

Full-Size WebView without rubberbanding #25

mkraessig opened this issue Dec 5, 2017 · 1 comment

Comments

@mkraessig
Copy link

Hi there,

is there a way to make the WebView start right at the top of the panel, below the TitleBar?
I'd like the WebView to fill the entire frame. Whatever I try results in the TitleBar disappearing or not taking drag events anymore. It's also pretty nasty that the WebView does not seem to care for the BorderRadius the panel has.

I think if we could get this working and keep the WebView from bouncing on scroll, we could build some pretty neat things!

Thanks!

@floriangaechter
Copy link

Hi all,

I noticed that the problem is the height of the titlebar set in the module.

Original with 24px:
screen shot 2018-02-05 at 14 24 38

Changed to 22px:
screen shot 2018-02-05 at 14 24 08

Maybe we could change it to 22px? Obviously this would only solve the problem with the gap between the titlebar and the content…

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

2 participants