c# - Code to detect mobile browser support for HTML5 -


I want code (C # / Javascript) to find out which mobile browsers HTML5 is supporting I have a code to detect HTML5 (canvas) compatibility for the browser, but this code is not working for mobile browsers

  if (!! document.createElement ('canvas' GetContext) {This browser supports HTML5 (canvas)} and (does not support HTML5 ...)   

You can also use famous.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -