[TIMOB-13727] MobileWeb: Using web view to open remote site does not allow to scroll up/down and no control to view complete webpage.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-07-24T06:53:59.000+0000 |
Affected Version/s | Release 3.0.2, Release 3.1.0 |
Fix Version/s | n/a |
Components | MobileWeb |
Labels | Titanium, mobilesdk, mobileweb |
Reporter | Ashish Nigam |
Assignee | Chris Barber |
Created | 2013-04-30T11:34:23.000+0000 |
Updated | 2014-07-24T06:54:43.000+0000 |
Description
Create a new project and use the below sample code to reproduce the issue.
**sample code**
var win = Ti.UI.createWindow();
win.open();
var web = Ti.UI.createWebView({
url: 'http://www.lycamobile.co.uk/en/'
});
win.add(web);
build the mobile app and check it in iOS device safari browser or simulator safari.
there is no way to view complete web page, while using the web link directly in safari, complete web page can be viewed.
Dupe of TIMOB-8435.
[~ingo] So do I . Because ticket is closed. Let me do that.
Done. Re-opened the ticket , deleted comment, closed it back.