Can I add custom code to glide apps

I want to add an external AI chatbot widget to my app. Can I add a JavaScript injection to the app to insert the bot

No you can’t inject javascript into a Glide page. Best you can do is use a web view to show external pages in an iframe.

1 Like