Titanium JIRA Archive
Appcelerator Community (AC)

[AC-3139] When event is attached to parent, webView is freeze

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionDuplicate
Resolution Date2012-07-17T11:34:30.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsn/a
ReporterQuang Pham
AssigneeMauro Parra-Miranda
Created2012-07-11T23:20:38.000+0000
Updated2016-03-08T07:48:12.000+0000

Description

Steps to Reproduce

Titanium.UI.setBackgroundColor('#000'); var win = Titanium.UI.createWindow({ title:'Tab 1', backgroundColor:'#fff' }); var web = Ti.UI.createWebView({ url: 'http://maps.google.com' }); win.add(web); // /* Bug gone when comment this event win.addEventListener('click', function () { Ti.API.log('Here'); }); // */ win.open();

Actual Result

can't do anything within webView

Expected Result

google maps is pinch, drag able

Attachments

FileDateSize
.log2012-07-11T23:21:18.000+00007276874
diagnostic4097847541750139491.log2012-07-11T23:21:29.000+00003825

Comments

  1. Anirudh Nagesh 2012-07-17

  2. Anirudh Nagesh 2012-07-17

  3. Mauro Parra-Miranda 2013-11-24

    DUP issue.

JSON Source