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

Adjusting padding is not executed correctly #252

Open
yoh1496 opened this issue Aug 1, 2019 · 0 comments
Open

Adjusting padding is not executed correctly #252

yoh1496 opened this issue Aug 1, 2019 · 0 comments

Comments

@yoh1496
Copy link

yoh1496 commented Aug 1, 2019

Padding of div.app-list in home view is made to be adjusted by triggered resize event in below.

$(window).on('resize', function () {

But the resize event is not triggered in first load.
So, this function does not called on usual the way to launch.

In android device

On android devices, after logged in from LoginForm,
some devices are showing keyboard in home app .

image

When the keyboard disappeared, the resize event is called and the adjusting padding is happened.

image

After adjusting the padding of div.app-list, it seems to be like something wrong.
But the calculation of padding is correctly executed.

Which appearance is correct, before adjusting or after one?

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