[TIMOB-8733] Android: Blank Screen in WebView when test case loaded
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2013-10-30T14:59:09.000+0000 |
Affected Version/s | Release 2.0.1 |
Fix Version/s | n/a |
Components | Android |
Labels | api, qe-and040912 |
Reporter | Sitara Shylaja |
Assignee | Sunila |
Created | 2012-04-13T18:18:51.000+0000 |
Updated | 2017-03-24T18:12:44.000+0000 |
Description
Attachments
File | Date | Size |
---|---|---|
WebViewBug.01.Start.png | 2012-04-13T18:18:51.000+0000 | 106428 |
any update?
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
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
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'
Closing ticket as invalid with reference to the above comments.