Hello.
Is there any simple way to create a Button that looks like a html link?
I tried to use Tizen::Ui::Controls::Button with transparent background, but I haven't found a way to disable text shadow (https://developer.tizen.org/forums/native-application-development/remove-text-shadow-on-button)
I also tried to use Label with handle OnTouchReleased(). This works fine, but Label can't get UI focus.
Many thanks for any tips.