[TIMOB-8744] Android: Tapping on elements in a WebView don't seem to work
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2020-01-09T22:10:40.000+0000 |
Affected Version/s | Release 2.0.1 |
Fix Version/s | n/a |
Components | Android |
Labels | api, qe-and040912 |
Reporter | Sitara Shylaja |
Assignee | Unknown |
Created | 2012-04-16T13:35:00.000+0000 |
Updated | 2020-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
any update?
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