java.lang.Object
com.gluonhq.attach.browser.impl.IOSBrowserService
- All Implemented Interfaces:
BrowserService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Launches the user-default browser to show a specified URL.
-
Constructor Details
-
IOSBrowserService
public IOSBrowserService()
-
-
Method Details
-
launchExternalBrowser
Description copied from interface:BrowserService
Launches the user-default browser to show a specified URL.- Specified by:
launchExternalBrowser
in interfaceBrowserService
- Parameters:
url
- The URL to load when the browser application opens.- Throws:
IOException
- If the URL can't be opened
-