Search code examples
androidamazon-web-servicesmeteoramazon-s3meteor-autoform

amazon s3 image not working correctly on Android


Hello guys I want to know why are the images not being displayed correctly on my android device. they are displaying properly on web but on mobile and by the way I am developing my application in meteor. there are some places it is displaying correctly but at one place it is not displaying. I am using quickfield for displaying my image. The code for displaying the image is given below:

<div class="upload-btn-holder">
  <div class="fileUpload">
    <div class="form-group mdi-content-add upl-img prof-img-circle">
    {{> afQuickField name='profile.picture'}}
    </div>
  </div>
</div>

Solution

  • Guys I found the solution.I just needed to update the cfs package.