Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rockncoder/jqmtouchpaint
A simple touch draw program for jQuery Mobile and HTML5 Canvas
https://github.com/rockncoder/jqmtouchpaint
Last synced: 11 days 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 (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-09T17:13:56.000Z (about 12 years ago)
- Last Synced: 2024-04-11T23:58:08.822Z (7 months ago)
- Language: JavaScript
- Size: 1.45 MB
- Stars: 12
- Watchers: 4
- 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.