Auto-adding "https://" to entered URL if it's not there

I’m making a web browser and there’s a small problem: when I type “google .com”, google does not show up, but when I type “https:// google .com”, it works. Is there any way for me to autocomplete the “https://”?

https://x.thunkable.com/copy/803c5c4b26a9a9aaced67bd1b7f5f727

Yes. You prepare code that will add the “https://” part if it is missing.

1 Like

Hi, @rex2p0! :wave:

Try these blocks -

Hope I helped you :blush:
Thanks! :blush:

2 Likes