Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-8744] Android: Tapping on elements in a WebView don't seem to work

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionCannot Reproduce
Resolution Date2020-01-09T22:10:40.000+0000
Affected Version/sRelease 2.0.1
Fix Version/sn/a
ComponentsAndroid
Labelsapi, qe-and040912
ReporterSitara Shylaja
AssigneeUnknown
Created2012-04-16T13:35:00.000+0000
Updated2020-01-09T22:10:40.000+0000

Description

In WebViews, after webpage is loaded,a tap on News tab would display all the latest news links along with the news snippet.However tapping on the news link won't navigate to the page with full news. *not a regression, the behavior exists as far back as 1.8.2 at least* Steps to reproduce: 1: Install and run the app 2: tap on the News Tab 3:tap on the news Link
var _window = Ti.UI.createWindow({

    backgroundColor:'white'
});

var view=Ti.UI.createView();
var webview=Ti.UI.createWebView({
url:'http://google.com',
height:"50%"
});

view.add(webview);
_window.add(view);
_window.open();
Actual Result: webpage does not navigate to a new page Expected Result: webpage with corresponding news should be displayed

Comments

  1. Shameer Jan 2013-03-18

    any update?
  2. Biju pm 2013-10-11

    The issue cannot reproduce with the release master 3.2.0 Tested with: Titanium Studio, build: 2.1.2.201208301612 Titanium SDK version: 3.2.0 Tested on Device: Samsung galaxy s duos Android version: 4.0.4

JSON Source