Hi,
I have used Tizen::Web::Controls::Web control inside Panel. I want to show some HTML content which contains text/videos/images.
I am using following function of web control,
void LoadData(const Tizen::Base::String& baseUrl, const Tizen::Base::ByteBuffer& content, const Tizen::Base::String& mime) to load html content.
I am able to see images inside webview. But I am not able to load and see video properly.
Is there any other parameter need to be added??