Languages

Menu
Sites
Language
Copy popup comes when tap and hold on Images.

In my application many image but problem is here when tap and hold on image then comes copy popup but i dont want any type of event.

Responses

2 Replies
Seoghyun Kang

Hello,

 

If you do not want to show the context-menu, you can hide it.

 

There is the context-menu option in the "Tizen" tab at the config.xml. Please change it to the "disable".

Or you can change the config.xml's source code.

<tizen:setting screen-orientation="portrait" context-menu="disable" background-support="disable" encryption="disable" install-location="auto" hwkey-event="enable"/>

 

Best regards,

SH Kang

 

ashish kumar

hi Seoghyun Kang

Thank's......