xingjiu created WEEX-84:
---------------------------
Summary: on Android N 7.0 clip child view does not works
Key: WEEX-84
URL: https://issues.apache.org/jira/browse/WEEX-84
Project: Weex
Issue Type: Improvement
Components: Android
Affects Versions: 0.16
Reporter: xingjiu
Assignee: zhengshihan
Priority: Minor
Attachments: 1broken.png, 1works.png
com.taobao.weex.utils.WXViewUtils#clipCanvasIfAnimationExist
here ignore all android N 7.0 machines to use clip chlid views feature.
(overflow:hidden)
as
https://code.google.com/p/android/issues/detail?id=225556&sort=-id&colspec=ID
says.
only 7.0 view has been scaled or rotate, then do the clipPath will fail with a
broken render.
A normal view is ok with clipPath.
Demo:
http://rax.alibaba-inc.com/playground/1094b05a-0b0e-4ec3-a962-c91c8d22f21f
PR here:
https://github.com/apache/incubator-weex/pull/790
[~kyork]
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)