语言

Menu
Sites
Language
Images in Web control

Hi, I have a problem.

Here's the deal -- I got web control that is showing some images and text. I want to press on image and open it in new form, but I can't find a way to detect when image being pressed. Any suggestions how to do this?

编辑者为: Brock Boland 17 3月, 2014 原因: Paragraph tags added automatically from tizen_format_fix module.

响应

2 回复
Nikhil M
This reference may help -> https://developer.tizen.org/documentation/articles/introduction-hitelementresult-web-control
john Smith
Hi, When you are clicking on image, you want to navigate another form or navigate to HTML page. If its HTML page then have to use LoadUrl() method. For more details have look on above link which one given. If you want to navigate to another form then you have to use form tranisition/scenemanagment concept.