Hi,
I am trying to create a simple marquee app. Since we don’t have a default component for marquee, i am using Webview and the below code:
Title of the document marquee{ font-size: 30px; font-weight: 800; color: #8ebf42; font-family: sans-serif; } A scrolling text created with HTML Marquee element.The marquee is working fine.
I want to change the Parameters of “font-size: 30px” and “Text : A scrolling text created with HTML Marquee element.” using variables.
Is it possible to pass on Data/App/page Variable to webview?
Thanks in advance.
Regards,
Anup