It is quite annoying when a 3rd party service does not display in a webview. For instance, I have been working with a booking system to handle corona test bookings, but their iFrame implementation uses javascript, and their URL does not work when embedded as a webview. Sure, I could have a button that opens a link, and hopefully a take-me-home redirect back to my app (sort of), but it is hardly elegant.
I was chatting with someone about:
making a web page in one of my cloud things (sitting on AWS)
this web page can do ‘whatever I want’
this web page … is allowed to be in my webview (because… it is my page! I made the rules, dude!)
then I can get the extra functionality I need, and move data about behind the scenes as usual
This is (obviously) not for beginners as this is NOT nocode. BUT it allows people like me, who are using Glide in a somewhat non-traditional way for business apps, to get a lot more functionality for not a lot of effort.
Thoughts? Experiment results will be shared once I have them!
I think I will defer to my actual expert I am more the CEO who knows a bit of stuff
I do know I want it to ‘live in Glide’ so I have a wrapper around the user experience. Currently, that means a webview from the Glide side, but I need to learn a little more from the non-Glide side