Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-8733] Android: Blank Screen in WebView when test case loaded

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionInvalid
Resolution Date2013-10-30T14:59:09.000+0000
Affected Version/sRelease 2.0.1
Fix Version/sn/a
ComponentsAndroid
Labelsapi, qe-and040912
ReporterSitara Shylaja
AssigneeSunila
Created2012-04-13T18:18:51.000+0000
Updated2017-03-24T18:12:44.000+0000

Description

Attachments

FileDateSize
WebViewBug.01.Start.png2012-04-13T18:18:51.000+0000106428

Comments

  1. Shameer Jan 2013-03-19

    any update?
  2. Shameer Jan 2013-03-19

    When re-oriented to portrait mode i didn't observe any text on view, it still shows blank white screen. Is that your problem? tested on: Titanium Studio, build: 3.0.2.201302191606 Titanium SDK version: 3.1.0 Titanium SDK version: 3.0.2 Device: Samsung galaxy s duos Android version: 4.0.4 Android Emulator: Android SDK version: 2.2
  3. Christopher Beloch 2013-07-12

    I think I have the same issue. I set a YouTube Channel as URL for the WebView, which is Ti.UI.FILL n width and height. It works well, but when I start navigating or playing a video, everything gets blank and just changing orientations is fixing it. Titanium SDK 3.1.1.GA Device: HTC Sensation Android 4.0.3
  4. Sunila 2013-10-30

    There are few issues with the sample 1. self.parent.width and self.parent.height won't work as it is never set. These properties just returns the value that is set. 2. To get the value at runtime, use self.parent.size.width and self.parent.size.height. 3. When the 'open' event is fired, the layout may not be completely done, more appropriate event would be 'postlayout'
  5. Lee Morris 2017-03-24

    Closing ticket as invalid with reference to the above comments.

JSON Source