You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by GitBox <gi...@apache.org> on 2019/04/28 04:04:10 UTC

[GitHub] [incubator-weex] nikojxie opened a new issue #2374: how to get pageHeight in android full screen

nikojxie opened a new issue #2374: how to get pageHeight in android full screen
URL: https://github.com/apache/incubator-weex/issues/2374
 
 
   Now I use some attributes to get page Height, and it's correct in iphoneX or normal Android. But in water drop screen with android, the height I get by this formula is litter smaller than
   the real height.
   It's the formula what I use:
   deviceHeight * 750 / deviceWidth - navBarHeight - statusBarHeight
   How can I solve the problem? Thanks for your help.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services