Popup With Input

is there a way to use java script to create a popup / alert with a text input? Like this: alert(“Hello”);

I dont think so, alerts are android exclusive I’m pretty sure so it would be android only, maybe you could code your own popups?

DONT CLICK ME

The only thing similar would be prompt(); which GDevelop does not support.


No they’re not.

Pop-up extension supports Prompt, which let players enter their text.
Use the expression PopUp::PromptResponse() to return the latest prompt’s response.
But, The prompt functions work only on web browsers (and mobile phones?)
You can use Alert and Confirm on any OS, as they use native UI (Maybe that’s why desktops don’t support Prompts).