intel / appframework

The definitive HTML5 mobile javascript framework
http://app-framework-software.intel.com/
MIT License
2.43k stars 882 forks source link

jq.appframework.js not support event.touches[0]~~~ #591

Closed pulo closed 10 years ago

pulo commented 10 years ago

so ~~the af.slidemenu.js can't work in jquery

imaffett commented 10 years ago

I'm OK with that. jQuery uses it's own events for binding, and not the browser. The core works fine under jQuery, but not every plugin may.

If someone wants to fix it, they can.

imaffett commented 10 years ago

Ok - I just pushed up a change in the bridge code that should enable it.

Spent 45 minutes debugging trying to see why it failed, only to find jQuery had a bug in three versions I was testing. The latest works fine.