https://github.com/rockncoder/jqmtouchpaint
A simple touch draw program for jQuery Mobile and HTML5 Canvas
https://github.com/rockncoder/jqmtouchpaint
Last synced: about 1 year ago
JSON representation
A simple touch draw program for jQuery Mobile and HTML5 Canvas
- Host: GitHub
- URL: https://github.com/rockncoder/jqmtouchpaint
- Owner: Rockncoder
- Created: 2012-09-09T17:09:11.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-09-09T17:13:56.000Z (almost 14 years ago)
- Last Synced: 2025-03-21T16:21:22.919Z (over 1 year ago)
- Language: JavaScript
- Size: 1.45 MB
- Stars: 12
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is a very simple demo of using the HTML5 Canvas object in a jquery mobile application.
The Canvas is dynamically re-sized to fill the jQuery Mobile content area.
It is re-sized initially, whenever an orientationchange or resize events are received.
This app will only work on TOUCH-based devices. It doesn't support the mouse.