I have been away from Delphi for a few years now. During that time, I have been coding browser apps in JavaScript using Leaflet to show Open Street Maps.
I have a new cross platform app to develop, using either Google's Flutter or Delphi, and would prefer Delphi.
How to go about it? Is there a VCL component (or do I need FMX? I didn't do any cross-platform until now)? Or should I just use a TWebBrowser component? Would that be truly cross platform on Windows, Linux, Mac, Android & iOS? I see no reason why not, but would prefer to double check before starting.