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
안드로이드 웹뷰의 경우 css line height 값이 재계산되어 반영된다.
현재 line-height 를 통해서 중앙정렬을 하고 있는데 flex-box를 통해 정렬하면 문제가 해결된다. 단 flex-box의 브라우저 호환성 이슈가 있기 때문에 이를 유의 해야 한다.
https://stackoverflow.com/questions/31573602/android-webview-css-line-height-rendering-bug
The text was updated successfully, but these errors were encountered:
No branches or pull requests
이슈
안드로이드 웹뷰의 경우 css line height 값이 재계산되어 반영된다.
해결방법
현재 line-height 를 통해서 중앙정렬을 하고 있는데 flex-box를 통해 정렬하면 문제가 해결된다.
단 flex-box의 브라우저 호환성 이슈가 있기 때문에 이를 유의 해야 한다.
관련 스택오버 플로우
https://stackoverflow.com/questions/31573602/android-webview-css-line-height-rendering-bug
The text was updated successfully, but these errors were encountered: