I have built the GeckoView into my app. It works quite well so far. Now I want to send an event to the script in GeckoView when the backbutton ("onBackPressed" ) is pressed.
Is it possible to start a Javascript function of an open page within a GeckoView?
Or can I alternatively send an event to the page in GeckoView?
the function GeckoView.importScript() don't exist any more in it...