wmlgl opened a new issue #2973: [Android] in slider tag, use image tag load 
image with local protocol,weex version 0.20.0, 0.24.0, 0.26.0
URL: https://github.com/apache/incubator-weex/issues/2973
 
 
   ## Describe the bug
   code like this:
   ```html
     <slider style="height:750px">
       <image src="local:///a" style="width:750px;height:750px" />
       <image src="local:///b" style="width:750px;height:750px" />
       <image src="local:///c" style="width:750px;height:750px" />
     </slider>
   ```
   and the drawable-xxhdpi like this:
   ```
   drawable-xxhdpi/a.jpg
   drawable-xxhdpi/b.jpg
   drawable-xxhdpi/c.jpg
   ```
   
   then run in virutal device, and tap it a few times, image will be blank
   
   ## To Reproduce
   1.install last version weex-toolkit
   2.create a project
   3.add android platform
   4.copy code to index.vue
   5.execute npm run android 
   6.tap image a few times
   
   demo:https://github.com/wmlgl/weex-bug-report
   
   ## Environment
   1.virutal device
   phone: Pxiel
   system image: Pie 28 x86 Android 9.0
   
   2. xiaomi 5s plus
   os: android 8.0.0
   

----------------------------------------------------------------
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