Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Elements on PixiOverlay flickers during panning in iOS #47

Open
dnasir opened this issue Jun 2, 2020 · 3 comments
Open

Elements on PixiOverlay flickers during panning in iOS #47

dnasir opened this issue Jun 2, 2020 · 3 comments

Comments

@dnasir
Copy link

dnasir commented Jun 2, 2020

First off, thanks for this plugin. It's awesome. Secondly, I'm not sure if this is the right place to file this issue, and I apologise in advance if it's not.

I'm currently working on a Vue mapping app that handles large numbers of markers that are updated in real-time. I've incorporated the PixiOverlay into a Vue component so that it can react to data changes, and update individual markers accordingly.

The problem is, I'm experiencing some flickering while panning in Safari on iOS devices, and only on iOS devices. Safari on the Mac does not display this behaviour, and neither do any other browser on non-iOS devices, for that matter.

Chrome and Firefox use the Webkit engine on iOS (because Apple), so it didn't make any difference testing with either one. This led me to believe that it's an issue with Webkit browsers, but I'm not sure what the problem is, or how I can fix it.

Here's a short screen recording demonstrating the issue: https://photos.app.goo.gl/S9mQBoMhJGHGdxym8

You can test it out yourself at https://kart.kolumbus.no/

Any help is appreciated.

@majid-saeed
Copy link

majid-saeed commented Oct 15, 2020

nice visualization. have you solved the problem?
I am having issues combining vue and pixioverlay.

@dnasir
Copy link
Author

dnasir commented Dec 2, 2020

Unfortunately no.

@manubb
Copy link
Owner

manubb commented Feb 27, 2023

The issue has been reported in the webkit bugzilla a very long time ago (see here) and it can be mitigated with the doubleBuffering option.

I have a test page for this. I'd be interested to know if it's still a concern today.

Can some iOS device owners report if the flickering occurs on their device ? (Do not forget to mention the iOS version and the device details.)

@manubb manubb pinned this issue Feb 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants