FMX.Browser.Linux - OnShouldStartLoadWithRequest

Issue #247 resolved
Pavel B created an issue

OnShouldStartLoadWithRequest - not triggered

Comments (4)

  1. Eugene Kryukov repo owner

    What the difference of OnDidStartLoad ? OnShouldStartLoadWithRequest also doesn’t work on Windows.

  2. Pavel B reporter

    Hi,

    OnShouldStartLoadWithRequest is triggered BEFORE ANY request to the server. OnDidStartLoad is triggered after request,.
    Yes on windows is not working - is an very old bug - but is working on Android and MAC

    http://docwiki.embarcadero.com/Libraries/Sydney/en/FMX.WebBrowser.TCustomWebBrowser.OnShouldStartLoadWithRequest
    http://docwiki.embarcadero.com/Libraries/Sydney/en/FMX.WebBrowser.TCustomWebBrowser.OnDidStartLoad

    On the other hand how can I launch DevTools on FMX.Browser.Linux?

    Thank you in advance,

    Pavel

  3. Log in to comment