aframe-html-shader
aframe-html-shader copied to clipboard
Images filcker on mobile safari.
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
The same on my iPhone 6 and iPad Pro on iOS 11.2.1 Safari
I get no images rendering on Macbook Air Safari Version 11.0.2 (13604.4.7.1.6)