Languages

Menu
Sites
Language
Web widget doesn't update system font

Hi Guys!

I have an issue.

I'm working on web widget for tizen wearable device (Gear S3) and I've faced such error:

when user add my widget to a widget board (by "+" button) and switch font style (settings-> style -> font -> font style) to a different style(font-family), my widget doesn't get any updates with new font family. I see such problem on all web based widgets (from tizen samples), but not in native ones.

Does anybody got such problem? do you have some solution for that?

 

Best regards,

Mykhailo

Responses

2 Replies
Iqbal Hossain

hi Mykhailo

I am also facing same problem like you. But probably this problem have solution. 

Iqbal Hossain

hi Mykhailo

I have found the solution of this problem.... 

On the index.html of the template,  some static css for fonts are given

 * {font-family: Verdana, Lucida Sans, Arial, Helvetica, sans-serif;} 

I have just removed these code and it works fine like native widget ! 

cheers!