web page dragging

Does anyone have some JS/HTML to add to a webpage to feed back touch events from a webpage in a webview back to the Corona wrapper?

Please ask if I’m not being clear.

Thanks,

Matt

What I’m trying to do is display a web page in a web view as if it is app content, but to keep it in line with current iOS 8 navigation styles, I need to swipe the web view away when a swipe touch starts at screen left. I figure this should start with a touch event being detected by the JS in the web page and being passed back to the Corona app code via a web request event.

Well, to make swipe-able web content I either need to detect the swipe on the web page or some other mechanism.

Any javascript cowboys around to help here?

What I’m trying to do is display a web page in a web view as if it is app content, but to keep it in line with current iOS 8 navigation styles, I need to swipe the web view away when a swipe touch starts at screen left. I figure this should start with a touch event being detected by the JS in the web page and being passed back to the Corona app code via a web request event.

Well, to make swipe-able web content I either need to detect the swipe on the web page or some other mechanism.

Any javascript cowboys around to help here?