- What is BlackBerry Access?
- Getting started with BlackBerry Access
- Managing BlackBerry Access
- Making BlackBerry Access available to users
- Configuring BlackBerry Access app settings
- Configuring the BlackBerry Dynamics Launcher
- Whitelist the BlackBerry UEM App Catalog in the BlackBerry Dynamics Connectivity profile
- Configure single sign-on for BlackBerry Access in Good Control
- Configure single sign-on for BlackBerry Access in BlackBerry UEM
- Setting up a PAC file to manage a proxy infrastructure
- Configure RSA SecurID soft token authentication
- Kerberos authentication support
- Managing certificates
- Verify that BlackBerry Access can use certificates in BlackBerry UEM
- Verify that BlackBerry Access can use certificates in Good Control
- Upload certificates for users in BlackBerry UEM
- Upload certificates for users in Good Control
- Delete certificates for users in BlackBerry UEM
- Delete certificates for users in Good Control
- Security features
- Video support
- Configuring allowed Internet domains
- Changing communications protocols
- Configure access to WebRTC-based destinations
- Allow users to open custom URL schemes
- Allow users to securely edit files within an app in BlackBerry Access on Windows or macOS
- Identifying BlackBerry Access in user agent
- Good Control cloud deployments and intranet servers
- Using BlackBerry Analytics to collect app data
- Configure a compliance rule for Windows antivirus detection in Good Control
- Configure support for FQDN resolution in Good Control
- Troubleshooting
- Feature support
- Browser support for HTML5 and CSS3
Video support
BlackBerry Access for iOS
devices supports many video formats. YouTube
videos
aren't supported because they are served with non-compliant tags that can't be replaced or
rewritten by BlackBerry Access
. You must
open YouTube
videos in a native browser instead. BlackBerry Access for iOS
devices support the same video formats that Apple
does, except
for the following legacy formats: M2V, 3GP, and 3GP-2.To securely play videos on web sites, the HTML5
<video>
tag with the <source>
element's src attribute is required at the time the page is loaded in the browser. If BlackBerry Access
can't detect a <video>
tag, the video playback isn't secured. The following is
a sample of the
tags:<video width="320" height="240" controls> <source src=“test.mp4" type="video/mp4"> <source src=“test.ogg" type="video/ogg"> Your browser does not support the video tag. </video>
Web servers that serve videos must be configured for byte streaming so that
BlackBerry Access
can play them. The web server
must support the HTTP header 206 Partial Content. Otherwise, videos are downloaded to the device,
and the user must play them manually.