Philzen

Results 103 issues of Philzen

Most phones also generate `pressure` and `size` information with their MotionEvents. Although those were removed in [latest W3C Spec](http://www.w3.org/TR/2013/WD-touch-events-20130124/), they seem to persist on in [Gecko](https://developer.mozilla.org/en-US/docs/DOM/Touch) (not our concern), but...

improvement
for review

See #21 Can also be observed in https://github.com/Philzen/MultiTouch-Browser when checking "polyfill all" in the menu and then doing some random browsing. default html elements click doesn't work any more then....

question
improvement
for review

## **Problem** Although WMP's aim for 1.0 is to provide a complete touch event implementation - so any browser app would virtually see exactly the same events than it would...

question

The ideas employed in http://code.google.com/p/android-multitouch-controller/source/browse/MTController/src/org/metalev/multitouch/controller/MultiTouchController.java seem to alleviate potential problems across different devices as well as "smoothe" events, which can again increase performance

task

This [ArcGis online map](http://help.arcgis.com/en/webapi/javascript/arcgis/demos/mobile/mobile_simplemap.html) can be pinch zoomed on iOs, but not on Android, _even not on Version 4_. This leads to the conclusion there must be fundamentally different events...

feature

As the default sql.js [doesn't support IE before version 10](https://github.com/kripken/sql.js/issues/1) alternatives need to be considered to parse SQL statements and store them into the persistence store. Maybe [Khronos Typed Arrays...

enhancement

This adds an `.sdkmanrc` to the project. I've recently found it the most single valuable tools for version management across different projects, as it can ensure each project has exactly...

As Lombok is available throughout the project and also used in a couple of places, we can use it to remove several thousand lines of boilerplate code. This PR applies...

Using archive.org snapshots in case the URLs change again, like they apparently have in the past. Also fixing formal JavaDoc error, which does not allow bare URLs. This will become...