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