Languages

Menu
Sites
Language
Black Web Control

I have a Tizen::Web::Control::Web in my application. It's load dynamically, but when the content is really long, the webControl is just a black rectangle. This control is placed in a scroll panel since I need to put elements before and after this WebView. Do you have any tips on how to create a long webcontrol without having that long black rectangle

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

2 Replies
muditha murthy
Refer this article: https://developer.tizen.org/documentation/articles/displaying-long-text-tizen
Oberyn Martell
Actually I already use the method one (by the way you must add L"file://" if you want to make it work) And the method two doesn't interpret the html tag I guess. Because I have a long html text to display and I can't use the scroll of the WebControl.