I have an internal issue when trying to play a video, as follows:
11-30 19:42:01.415: E/libGLESv2(31031): HWUI Protection: wrong calling from app context F:ES3-glDeleteTextures.
Any known fix or workaround?
This arises with a Webm media player as follows:
<video id="videoReglageVideo"
width="640"
height="360"
frameborder="0"
allowfullscreen
poster="rsc/videos/RegladeDuSemoirVideo.poster.jpg"
controls>
<source ng-if="device.isiOS" src="rsc/videos/ReglageDuSemoir.m4v" type="video/mp4">
<source ng-if="!device.isiOS" src="rsc/videos/ReglageDuSemoir.webm" type="video/webm">
La vidéo de réglage de semoir n'est pas disponible.
</video>