krimeshu edited a comment on issue #3021: [Android] Incorrect page zoom happend 
occasionally. 页面偶尔异常缩放
URL: https://github.com/apache/incubator-weex/issues/3021#issuecomment-558500195
 
 
   @YorkShen 
   
   > 1. Try to upgrade to Weex 0.28
   > 
   
   We tried to upgrade to Weex 0.28.0, but app crashed: 
   `dlopen failed: library "/system/lib/libc++_shared.so" needed`
   
   > 2. Provide a stable reproducable case.
   > 
   
   We extracted user's `WXEvironment` who meet the problem, and found the 
`deviceWidth` is 2267 and the `deviceHeight` is 1080. That is to say, the page 
state seem like been rotated to landscape layout, but when user take 
screenshot, the page is still portrait layout. So there must be something wrong 
with these two paramaters.
   
   So we found the stable reproducable case:
   
   1. Let your app to be landscape;
   2. Enter a Weex page;
   3. Rotate your device to portrait;
   4. Page rerendered, but not as we expected (`font-size` and `border-radius` 
recalculated, but `width`/`height` not).

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to