Skip to content

Commit

Permalink
# add waffle.io badge and board reference
Browse files Browse the repository at this point in the history
# updated some formattings and wordings
  • Loading branch information
Philzen committed Apr 24, 2014
1 parent d423cfa commit d35d5b3
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ This solution was tested with Phonegap 1.8.1 and should work with many earlier v


### Options ### Options


* setPolyfillAllTouches (Boolean) [default: `false`] ##### `Boolean` setPolyfillAllTouches [default: `false`]
Per default WMP won't do anything to single hand gestures in order not to interfere with varying event implementations on different devices. If you set this value to `true`, all touches on the webview will be intercepted and emulated in the polyfill.
NOTE: The polyfill won't interfere with any touches (basically it will be inactive) if the API Level is 11 or higher (= devices running Android 3+) By default WMP won't do anything to single hand gestures in order not to interfere with varying event implementations on different devices. If you set this value to `true`, all touches on the webview will be intercepted and emulated in the polyfill.
NOTE: The polyfill won't interfere with any touches (basically it will be inactive) if the API Level is 11 or higher (= devices running Android 3+)




### Demo ### Demo
Expand All @@ -60,11 +61,15 @@ Full source code found [here on github](https://github.com/Philzen/Webview-Multi


### Miscellaneous ### Miscellaneous


* You can help the project by #### Help Testing
1. adding your device details to the [tested device list](https://github.com/Philzen/WebView-MultiTouch-Polyfill/wiki/Device-Chart) - if at least the demo app works for your device
2. not hesitating to [report any issues](https://github.com/Philzen/WebView-MultiTouch-Polyfill/issues) WMP-specific issues you may encounter on your device and/or app 1. *USE IT*... and add your device details to the [tested device list](https://github.com/Philzen/WebView-MultiTouch-Polyfill/wiki/Device-Chart) - if at least the demo app works for your device
* Visit [the wiki] (https://github.com/Philzen/WebView-MultiTouch-Polyfill/wiki) for further information and ongoing development updates. 2. don't hesitate to [report any WMP-related issues](https://github.com/Philzen/WebView-MultiTouch-Polyfill/issues) you may encounter on your device and/or app


#### Help Hacking [![Stories in Ready](https://badge.waffle.io/philzen/webview-multitouch-polyfill.png?label=ready&title=Ready)](https://waffle.io/philzen/webview-multitouch-polyfill)


Preferable pick issues in "ready" status on the [waffle.io board](https://badge.waffle.io/philzen/webview-multitouch-polyfill.png), but of course you are welcome to work on any other issues and send in pull requests for other cool new features & fixes unthought of so far.


### Licence Information ### Licence Information
The author of this repository strongly sympathises with the "Non-Military Use Only" Licence model. However, since it poses a logical contradiction of the open source definition, all rights are hereby granted under the Apache licence: The author of this repository strongly sympathises with the "Non-Military Use Only" Licence model. However, since it poses a logical contradiction of the open source definition, all rights are hereby granted under the Apache licence:
Expand Down

0 comments on commit d35d5b3

Please sign in to comment.