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

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -