[TIMOB-5560] MobileWeb: Touch events not work with webView object.
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Low |
| Status | Closed |
| Resolution | Won't Fix |
| Resolution Date | 2017-06-26T18:46:47.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | MobileWeb |
| Labels | n/a |
| Reporter | Misha Vasko |
| Assignee | Chris Barber |
| Created | 2011-06-01T06:34:59.000+0000 |
| Updated | 2018-04-04T23:20:30.000+0000 |
Description
Touch events not work with webView object.
var win = Ti.UI.currentWindow;
var webView = Ti.UI.createWebView({
width: 200,
height: 200,
backgroundColor: '#888'
});
win.add(webView);
webView.addEventListener('singletap',function(){
alert('singletap works!');
});
Marking ticket as "Won't Fix" as MobileWeb has been deprecated.
Closing as will not fix.