I'm trying to display some web browser content in my FMX application.

I'm trying to display some web browser content in my FMX application.
I'm getting from a Webservice an gmap url.

I have multiple issue with the TWebBrowser component :
- TWebbrowser doesn't display it content when not on main form ( https://quality.embarcadero.com/browse/RSP-14949 )
- application crash when closing ( https://quality.embarcadero.com/browse/RSP-14724 )
- TWebbrowser is throwing 8002001 errors when trying to navigate to another url
- I'm getting an message telling me that IE is in compatibility mode when displaying google maps

Has anyone worked with this component before ? Do you have any workaround for these issues ?
Is there a better way to capture and display webbrowser content ?

Thank you
https://quality.embarcadero.com/browse/RSP-14949

Comments