Converting desktop app to web app

Hi All,
I am new to Xojo and have started with some basic apps using sqlite, these utilise mostly labels, text fields, listbox and toolbar. Is there a way I can convert these desktop app to a xojo web app so it can be accessed on iPads using browser.

Sorry I am not a developer, so I am not that technical so it may be a silly question. Appreciate if some one can advise.

And just want to mention, xojo has been great so far.

Thanks.
Wahed

You cannot convert a desktop app to a web app directly. You have to rebuild the app as a web app. The good news is you can copy much of your program logic from the desktop app.

Thank you Tim, that helps.