DorisOu commented on issue #473: wxc-mask need overlay's click can not close
URL: 
https://github.com/apache/incubator-weex-ui/issues/473#issuecomment-563049633
 
 
   @tw93 sorry, I make a mistake,  overlay's click can not close in wxc-mask, I 
have set  overlay-can-close="false",pls check the below codes:
   <wxc-mask height="500"
                 width="500"
                 border-radius="0"
                 duration="200"
                 mask-bg-color="rgba(255,255,255,0)"
                 :has-animation="hasBusiness"
                 :has-overlay="true"
                 :show-close="false"
                 :show="showBusiness"
                 :overlay-can-close="false"
                 @wxcMaskSetHidden="wxcMaskBusiness">
       </wxc-mask>
   <wxc-mask height="500"
                 width="500"
                 border-radius="0"
                 duration="200"
                 mask-bg-color="rgba(255,255,255,0)"
                 :has-animation="hasBusiness"
                 :has-overlay="true"
                 :show-close="false"
                 :show="showBusiness"
                 overlay-can-close="false"
                 @wxcMaskSetHidden="wxcMaskBusiness">
       </wxc-mask>:
   
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to