I faced with the following issue. In my app i use web control. I use javascript to change some fields in my web page.
(String jscript;
jscript = “document.getElementById(‘”;
jscript += id;
jscript += “‘).innerHTML=(‘”;
jscript += str;
jscript += “‘)”;)
It seems everything works fine if I use only one instance of web control. But if I use several web controls on different forms my app hangs on EvaluateJavascriptN call without any answer or crash. I tested on divice and emulator. Is there anyone who faced with such problems?
About using javascript in Web Control
Hi all,
I faced with the following issue. In my app i use web control. I use javascript to change some fields in my web page.
(String jscript;
jscript += “‘)”;)
It seems everything works fine if I use only one instance of web control. But if I use several web controls on different forms my app hangs on EvaluateJavascriptN call without any answer or crash. I tested on divice and emulator. Is there anyone who faced with such problems?
Regards,
Roman Lebedenko
RIA Novosti
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio