Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-5560] MobileWeb: Touch events not work with webView object.

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionWon't Fix
Resolution Date2017-06-26T18:46:47.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsMobileWeb
Labelsn/a
ReporterMisha Vasko
AssigneeChris Barber
Created2011-06-01T06:34:59.000+0000
Updated2018-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!');
});

Comments

  1. Lee Morris 2017-06-26

    Marking ticket as "Won't Fix" as MobileWeb has been deprecated.
  2. Eric Merriman 2018-04-04

    Closing as will not fix.

JSON Source