I am evaluating Gecko view by Mozilla as a potential Webview for displaying HTML pages in my android app. I want a callback mechanism where if Gecko view is unable to load the page, I should be able to fall back to Android's default Webview or Chrome custom tabs. I was looking into Gecko view's documentation here but I can't figure out if Gecko view provides such callbacks or not.
Is it possible to implement such behavior with Geckoview?