aframe-html-shader icon indicating copy to clipboard operation
aframe-html-shader copied to clipboard

Images filcker on mobile safari.

Open Tenkir opened this issue 8 years ago • 2 comments

Working fine on Chrome 52 desktop, but when trying to use on mobile safari (iPhone 6s iOS 10) the images flicker sporadically.

<div class="infoPane">
  <div class="infoImage" style="background-image: url('src/assets/images/couch_01.jpg');"/>
</div>
<a-entity geometry="primitive:plane;" material="shader:html;target:#infoPane;fps:30;transparent: true;" look-at="[camera]">
</a-entity>

I have a feeling it may be related to this: https://github.com/niklasvh/html2canvas/issues/687

Tenkir avatar Sep 20 '16 12:09 Tenkir

The same on my iPhone 6 and iPad Pro on iOS 11.2.1 Safari

mzvast avatar Jan 05 '18 10:01 mzvast

I get no images rendering on Macbook Air Safari Version 11.0.2 (13604.4.7.1.6)

azmartone avatar Jan 24 '18 22:01 azmartone