Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alert Android9 Browser Face Deformer. #166

Open
kuronyankotan opened this issue Dec 19, 2018 · 0 comments
Open

Alert Android9 Browser Face Deformer. #166

kuronyankotan opened this issue Dec 19, 2018 · 0 comments

Comments

@kuronyankotan
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant