Wrong inputbox title

On the iphone how can i prevent I see “index.html” as the title of my inputbox?

There’s a title argument you can supply:

https://wiki.appstudio.dev/InputBox

if i didn’t miss something in the syntax of the command, i did this:

return = InputBox (“prompt”, “title”, “default”)

and I got this:
image

always getting that “index.html”

What browser and operating system are you using?

this happens on the iphone ipa file

One last question: are you using BASIC or JavaScript?

Basic.
In Javascript i can see all the fields.
Thank you