[TIMOB-5639] MobileWeb: Click and dblclick events not work with webView object
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2017-06-26T22:25:16.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:32:05.000+0000 |
Updated | 2018-04-04T23:20:24.000+0000 |
Description
Click and dblclick 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('click',function(){
alert('click works!');
});
Resolving as "Won't Fix" as MobileWeb has been deprecated.
Closing as will not fix.