You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Desktop Chrome71 browser is Working.
But Android 's Chrome has an alert.
This project of facesubstitution.html
if (webGLContext == null) {
alert("Your browser does not seem to support WebGL. Unfortunately this face mask example depends on WebGL, so you'll have to try it in another browser. :(");
}
I'm stuck with the error here.
if (!webGLContext || !webGLContext.getExtension('OES_texture_float')) {
I think that the judgment here does not correspond to an Android device.
I deleted this judgment statement and it worked on Android as well.
Is there a good way to do it?
The text was updated successfully, but these errors were encountered:
Desktop Chrome71 browser is Working.
But Android 's Chrome has an alert.
This project of facesubstitution.html
I'm stuck with the error here.
if (!webGLContext || !webGLContext.getExtension('OES_texture_float')) {
I think that the judgment here does not correspond to an Android device.
I deleted this judgment statement and it worked on Android as well.
Is there a good way to do it?
The text was updated successfully, but these errors were encountered: