언어 설정

Menu
Sites
Language
Default onclick button background

Hello.

I've had this problem and I've been struggling with it ever since. 

Every single clickable element (to which a "onclick" function is defined) is glowing yellow during the click. Is there a way to disable this rather annoying feature? 

I should point out that I've defined a :active and :hover CSS pseudoclasses to each and every one of them, but it doesn't solve the problem.

Help is much appreciated! :)

Responses

2 댓글
Raghu Kona

Hi Marek,

Can you please confirm, which template are you using for your application.

If you select Tizen Web UI Framework as you template while creating your application, the default color onclick is blue.

<div data-role="button" data-inline="true">Text Button Test</div>

Regards,

Raghu Kona

Marek Szulik

I think I've selected Tizen Web UI Framework, but I'm not sure - it was some time ago. What I am sure about is that I've scrapped all the code that was in the project automatically generated and started from scratch.

What I should point out is that on the emulator everything is normal, but on Samsung's developer's device these buttons are glowing. 

Whatever the color is: is there a way to override this?