The title of the web page into which the generated script is inserted, is modified to "LVGL simulator".
I see this line of code in the javascript:
//assert(typeof Module['setWindowTitle'] == 'undefined', 'Module.setWindowTitle option was removed (modify emscripten_set_window_title in JS)');
Also, I have tried to use in the C code main function:
emscripten_set_window_title("Test");
which doesn't work. In any case, it's not the solution I'm looking for.
How can i avoid the web page title modification? Thank you in advance.
The title of the web page into which the generated script is inserted, is modified to "LVGL simulator".
I see this line of code in the javascript:
Also, I have tried to use in the C code main function:
which doesn't work. In any case, it's not the solution I'm looking for.
How can i avoid the web page title modification? Thank you in advance.