Jump to content

Search the Community

Showing results for tags 'ipad1 ipad fix bind error'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • HTML5 Game Coding
    • News
    • Game Showcase
    • Facebook Instant Games
    • Web Gaming Standards
    • Coding and Game Design
    • Paid Promotion (Buy Banner)
  • Frameworks
    • Pixi.js
    • Phaser 3
    • Phaser 2
    • Babylon.js
    • Panda 2
    • melonJS
    • Haxe JS
    • Kiwi.js
  • General
    • General Talk
    • GameMonetize
  • Business
    • Collaborations (un-paid)
    • Jobs (Hiring and Freelance)
    • Services Offered
    • Marketplace (Sell Apps, Websites, Games)

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Twitter


Skype


Location


Interests

Found 1 result

  1. Hi all, I finally found a fix for a bug that was plaguing me for months on the iPad1. The mysterious 'TypeError: undefined is not a function' Apparently Safari 5 doesn't have a native 'bind' method. This isn't so apparent if you're using a framework. The workaround involves using a shim: https://gist.github.com/jussi-kalliokoski/978329 -Tys
×
×
  • Create New...