We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Padding of div.app-list in home view is made to be adjusted by triggered resize event in below.
div.app-list
resize
app-cc-home/html/js/main.js
Line 4 in f19b6d3
But the resize event is not triggered in first load. So, this function does not called on usual the way to launch.
On android devices, after logged in from LoginForm, some devices are showing keyboard in home app .
When the keyboard disappeared, the resize event is called and the adjusting padding is happened.
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Padding of
div.app-list
in home view is made to be adjusted by triggeredresize
event in below.app-cc-home/html/js/main.js
Line 4 in f19b6d3
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 .
When the keyboard disappeared, the
resize
event is called and the adjusting padding is happened.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?
The text was updated successfully, but these errors were encountered: