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.

Photo Browser's images sometimes disappears partly or fully in F7 1.5.0+

See original GitHub issue

This is a:

  • bug

  • Framework7 Versions: 1.5.0, 1.5.2 (in 1.4.2 everything in ok)

  • Platform and Target: CORDOVA + IOS (iPhone 5s + iPhone 6 tested) + Safari browser on Mac. In Google Chrome browser all works fine.

  • Live Link or JSFiddle/Codepen: F7==1.5.2 — https://jsfiddle.net/4mejdojk/2/ (images disappears sometimes after slide change) F7==1.4.2 — https://jsfiddle.net/mvs820k0/3/ (all works fine)

What you did

Photo Browser run like this:

var images = [...];
var newPhotoBrowser = myApp.photoBrowser({
    photos: images,
    theme: 'dark'
});
newPhotoBrowser.open();

Here is how it looks in browser and in iPhone emulator when image disappears: browser1, browser2, browser3, emulator1, emulator2

And when image redrawing (for example, for zooming or when swipe-to-close action, or with browser resize) — image displays full again.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:11 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
nolimits4webcommented, Mar 6, 2018

Issue is closed because of outdated/irrelevant/not actual

If this issue is still actual and reproducible for latest version of Framework7, please create new issue and fill the issue template correctly:

  • Clearly describe the issue including steps to reproduce when it is a bug.
  • Make sure you fill in the earliest version that you know has the issue.
  • Provide live link or JSFiddle/Codepen or website with issue
0reactions
smshujacommented, May 8, 2017

@jimisens This works for me with zoom.

.swiper-slide-active > span.swiper-zoom-container{
  transform: rotateX(0deg);
  img{
    transform: rotateX(0deg);
  }
}
Read more comments on GitHub >

github_iconTop Results From Across the Web

Why Are Web Page Images Not Showing? - Computer Hope
One way to diagnose this problem is to see if the image is being hosted on an alternate server. If it is, try...
Read more >
Solved: Disappearing Graphics - Instructure Community
Solved: I have jpg images which display just fine, then for no apparent reason they disappear, only showing the file name. Is this...
Read more >
on cart page product thumbnails disappears on safari when ...
Hi – on safari (13) and ios (9.5.3) the cart product thumbnail disappear when updating the cart, by removing an item or altering...
Read more >
How to Fix/Recover Corrupted Photos/Pictures Half Greyed Out
Then some of the pictures disappeared and some of them grayed out. The greyed out photos were half or full blank.
Read more >
Fix problems that cause images to not show | Firefox Help
If images on websites load, but don't look right (or don't look the way they do in other browsers), and you are using...
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