Tunde
(Tünde Keller)
February 21, 2025, 8:05am
6
The demo was made with a different Delphi version than yours, you'll need to revert he libraries back to default:
Then add the necessary JAR files to the project again:
Android support for FMX applications
Support for browser-based applications
The technique behind running a browser-based application on Android involves adding a JavaScript interface class that acts as a communication bridge between the webbrowser client instance and the running map HTML and JavaScript. Up until API level 17 all the JavaScript interface bridge class methods and properties were accessible via JavaScript. From API level 17 this has changed to allow only the methods and propertie…