Jump to content

WEBGL Support


GBear
 Share

Recommended Posts

hi. 

I got false by 'isWebGLSupported function ' when i run my game that create by pixi.js(3.0.8)

it''s sometimes happening. 

i check by 

   www.html5test.com

   www.doesmybrowsersuppertwebgl.com

there gave suporting is yes~~..

and i run my game. somethime can't run by webgl...

do you have any ideas for this?

function runMain() {
if(PIXI.utils.isWebGLSupported()) {
    console.log('WEBGL Suppoerted')
} else {
    console.log('WEBGL Not Suppoerted');
    alert('WEBGL Not Suppoerted');
}

//code
     ....

i checked only this to run 

is there something problems.?

my testing machine is samsung note3 or samsung note 10.1 tablet

and brower is chorme or default brower

 

thx..

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...