Skip to content

Instantly share code, notes, and snippets.

@cancer
Created June 25, 2013 06:03
Show Gist options
  • Save cancer/5856280 to your computer and use it in GitHub Desktop.
Save cancer/5856280 to your computer and use it in GitHub Desktop.
# GALAXY S4のWebViewでcanvasのdrawImageがおかしい ref: http://qiita.com/cancer/items/7995f23b88895333a702
ctx = canvas.getContext '2d'
img = new Image()
img.src = 'hoge.png'
img.onload = ->
ctx.drawImage img, 0, 0, 100, 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment