|
|
|
|
|
by redshirtrob
2099 days ago
|
|
Dealing with Canvas is painful. I recently ran into a weird image distortion issue on Samsung Internet Browser 12 (I guess it's based on the Chrome engine) when drawing a video frame to a canvas context using `drawImage`. Since you've made Canvas your focus, I'm curious if you've seen this or have any ideas. Here are a couple reports I found online. This one shows exactly what I see (note: this is not my post), and I was able to "fix" it using the technique in the question. I'm not particularly happy with that solution so I'm still working to understand what's going on. https://stackoverflow.com/questions/63911732/javascript-canv... Here's another report that seems related, although there's no mention of interaction with the video element. https://forum.playcanvas.com/t/samsung-internet-browser-canv... |
|
My Google searching bought me to this posting about Samsung Internet's Video Assistant feature (Nov 2019). My gut feeling is that the Video Assistant is possibly getting in the way of your code executing as expected? https://www.xda-developers.com/samsung-internet-10-2-stable-...