question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Some images not visible on Android

See original GitHub issue

Current behavior

Images are not shown.

Expected behavior

Images should display.

Steps to reproduce the issue

  • Enter Chrome on Android phone (Mine is Xiaomi Mi 6).
  • Open https://next.vuestorefront.io
  • Look at “Everything new” section, no images, grey box.
  • Open a product page.

Can you handle fixing this bug by yourself?

Right now I don’t know the origin of the bug. I could try. But maybe someone has an idea to go right to the problem!

Which Release Cycle state this refers to? Info for developer.

Pick one option.

  • This is a bug report for test version on https://test.storefrontcloud.io - In this case Developer should create branch from develop branch and create Pull Request 2. Feature / Improvement back to develop.
  • This is a bug report for current Release Candidate version on https://next.storefrontcloud.io - In this case Developer should create branch from release branch and create Pull Request 3. Stabilisation fix back to release.
  • [] This is a bug report for current Stable version on https://demo.storefrontcloud.io and should be placed in next stable version hotfix - In this case Developer should create branch from hotfix or master branch and create Pull Request 4. Hotfix back to hotfix.

Environment details

  • Browser: Chrome
  • OS: Android 8.1.0

Screenshot_2019-05-11-23-44-45-989_com android chrome Screenshot_2019-05-11-23-41-47-651_com android chrome Screenshot_2019-05-11-23-42-59-390_com android chrome

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:13 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
pmaojocommented, May 20, 2019

This fixes:

.product-image--loaded {
    transform: translateZ(0);
}
1reaction
pmaojocommented, May 20, 2019

That is it. Tested with chrome inspector running on my Android Xiaomi 6 Mi. The use of mix-blend-mode CSS property should be avoided. Thoughts:

  • An ecommerce should have a guideness to upload their images, there is no need to make the trick to transform white to transparent.
  • Remove mix-blend-mode and style background-color white for image placeholder would look good.
  • As an starter theme using this CSS property looks like a non standard decision, and many developers will face this problem eventually, may be one of those Android failing browsers is being used by an investor.

Should this be fixed?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why Can't I See My Pictures in My Gallery? [Causes & Fixes]
Hit "Clear cache" or "Clear data" to delete unnecessary files and potentially fix the Android gallery not showing pictures.
Read more >
Pictures in the My Files app are missing from the Gallery app
Pictures in the My Files app are missing from the Gallery app · Turn off image grouping. · Make sure the album is...
Read more >
How to fix pictures not showing on Google Chrome
Go to the Content section and click Images. Ensure that the Site can show images option is selected.
Read more >
How To Fix Google Photos Not Showing All Photos On Android
How To Fix Google Photos Not Showing All Photos On Android ; Fire up the Settings app on your phone. Tap Apps &...
Read more >
Gallery not showing images on Android? Here's How to Fix it
How to Fix “Gallery Not Showing Images” Issue on Android · Download & install both ES File Explorer and Media Rescan apps on...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found