Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[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 Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2014-07-24T06:53:59.000+0000
Affected Version/sRelease 3.0.2, Release 3.1.0
Fix Version/sn/a
ComponentsMobileWeb
LabelsTitanium, mobilesdk, mobileweb
ReporterAshish Nigam
AssigneeChris Barber
Created2013-04-30T11:34:23.000+0000
Updated2014-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.

Comments

  1. Chris Barber 2013-05-06

    Dupe of TIMOB-8435.
  2. Nikolai Derzhak 2014-07-24

    [~ingo] So do I . Because ticket is closed. Let me do that.
  3. Nikolai Derzhak 2014-07-24

    Done. Re-opened the ticket , deleted comment, closed it back.

JSON Source