Skip to content

How to avoid web page title modification #33

@gregoiregentil

Description

@gregoiregentil

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions