Ashley if this is a temporary bug like you mentioned that should be reported to Google or Samsung than it will take many months to fix.
Everyone is frustrated when something like this happens. We lose revenue and get 1 star reviews when something like this happens.
Please work with us to fix this issue. If using Webgl is a temporary solution to this than we will need to update our apps and use Webgl as soon as possible.
Currently the best solution to get our apps to work is in c2runtime.js to change:
‘this.canvas.getContext("webgl2",b)’
to
‘this.canvas.getContext("webgl",b)’
This works if it is minified or not minified?