This repository was archived by the owner on Sep 22, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Home
basilfx edited this page Feb 19, 2012
·
8 revisions
HTMLFeedback is a Google like feedback tool, based on jQuery and HTML2Canvas. Since it uses the canvas element, browsers supporting the canvas element should work with this plugin. You can disable the canvas overlay and use FlashCanvas for rendering, but it has not been tested.
The plugin does not include a GUI/Form. It only handles the logic to draw markers and overlay, render the canvas and upload it. However, adding a GUI is a piece of cake, and you can always copy one from the examples. This way, you can integrate it in any environment, the way you like it!
- jQuery 1.7+
- HTML2Canvas
Two examples are available online. Check them out!
- Basic demo
- Advanced demo
- Upload demo requires PHP and is included in the folder 'examples'
HTMLFeedback is tested in:
- Chrome 16
- Safari 5.1
- Firefox 8
- iOS 5.1
HTMLFeedback is Beta, so please help me find bugs!
- See Installation for the installation instructions
- Check HowToUse for a quick overview of the functions
- For uploading see UploadingScreenshots