html - Canvas: fillText() on android 2.x browser -


context.filltext(text,x,y,maxwidth); 

maxwidth parameter won't work on android 2.x ignored

can try next function?

filltext(text, x, y [,maxwidth]) 

source: safari html canvas guide


Comments

Popular posts from this blog

android - Automated my builds -

how to proxy from https to http with lighttpd -

python - Flask migration error -