Package com.cefrium

Interface CefriumBrowser.PopupHandler

Enclosing class:
CefriumBrowser

public static interface CefriumBrowser.PopupHandler
Handles popups (window.open / target=_blank). This SDK never spawns a separate window; by default the target URL is loaded in this browser.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    onOpenPopup(String targetUrl, boolean userGesture)
    Return true if you handled it (e.g.
  • Method Details

    • onOpenPopup

      boolean onOpenPopup(String targetUrl, boolean userGesture)
      Return true if you handled it (e.g. opened a new tab); false to load the target URL in this browser.