Returns true if applications can be launched in current browser.

if (!rollAppCloud.isBrowserSupported()) {
  // show appropiate notification for the user.
}