Utility to open a web browser as an external application. This is in contrast to a CYIWebViewBridge which can be used to open a web view in the same process as the application.
This bridge is available on all mobile platforms.
#include <platform/YiWebBrowserBridge.h>
Public Member Functions | |
| virtual | ~CYIWebBrowserBridge () |
| bool | OpenWebBrowser (const CYIUrl &rURL) |
Static Public Member Functions | |
| static bool | IsBrowserAvailable () |
|
inlinevirtual |
|
static |
Returns true if a web browser is available, and false otherwise.
| bool CYIWebBrowserBridge::OpenWebBrowser | ( | const CYIUrl & | rURL | ) |
Open a web browser at the specified URL.
Note: The "http://" protocol is default.
Return true if the URL can be opened, false otherwise.