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 -

php - Iterate over object properties with keys from second array -

apache - GeoServer under https -