Giter VIP home page Giter VIP logo

phonegap-app-fast-canvas's Issues

Mouse events are not captured on some devices

I have not been able to find enough details about this issue but some of mouse events are not captured on some devices. This issue also affects this sample game. As I was trying to figure out the problem I found that registering empty listeners outside game creation blocks (in root execution block) resolves the issue. For example adding following code at the end of HungryHeroGame.js:

  document.addEventListener("touchstart", function() {});
  document.addEventListener("mousedown", function() {});
  document.addEventListener("touchend", function() {});
  document.addEventListener("mouseup", function() {});
  document.addEventListener("click", function() {});

Incorrect Repository Name

With the Apache Cordova community, we have decided on the following naming conventions:

Platforms: cordova-name
Plugins: cordova-plugin-name
Applications: cordova-app-name

Since PhoneGap is a distribution of Apache Cordova, it should make every effort to respect and match existing conventions.

Platforms: phonegap-name
Plugins: phonegap-plugin-name
Applications: phonegap-app-name

So, phonegap-fast-canvas-example should be renamed to: phonegap-app-fast-canvas. It is better to do this now, before there is strong adoption (a mistake the phonegap-facebook-plugin made).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.