-
Suggestion
-
Resolution: Unresolved
-
None
-
| || Version |
|| Operating System | Linux 2.6.18-92.el5 |
|| OS Architecture | amd64 |
|| Application Server | Apache Tomcat/6.0.14 |
|| Java Version | 1.6.0_17 |
-
5
-
NOTE: This suggestion is for Confluence Cloud. Using Confluence Server? See the corresponding suggestion.
We have noticed that Confluence checks to see if a user is using an iPhone browser (or Android browser) and sends different content to those users that does not use scrollable divs.
the BlackBerry 6 browser is basically the same browser as iPhone and Android, Confluence should be checking for and sending the same content to the new BlackBerry 6 browser as well.
Here is a recent blog post on our public Developers Blog that describes how to detect a BB6 browser:
(update: and support to the latest blackberry as well)
- BBOS: http://devblog.blackberry.com/2010/08/blackberry-browser-detect/
- BlackBerry 10: http://devblog.blackberry.com/2012/08/blackberry-10-user-agent-string/
Please advise if this FE can be back dated to previous versions of Confluence, or if an upgrade would be required to get this functionality.
Regards,
Jason Scott Brison
Confluence Administrator
Research In Motion, Ltd.
Halifax, Nova Scotia
Partial Workaround
Add these to the Confluence's Custom HTML
<script type="text/javascript"> var ua = navigator.userAgent; var url = "http://optimizedmobile.yoursite.com/"; if (ua.indexOf("BB10") >= 0) { if (ua.indexOf("WebKit") >= 0) { window.location = url; } } </script>
Note: The above example is for BB10 device
The limitation of this workaround would be:
- Cannot go back to desktop view
- Clicking on a link from an email will not re-direct to the mobile view
- is incorporated by
-
CONFCLOUD-8577 Add support for wireless devices to view and contribute to Confluence content
- Closed
- is related to
-
CONFSERVER-20858 Request to include the BlackBerry Webkit browser when Confluence formats pages for mobile browsers
- Gathering Interest
- relates to
-
JRACLOUD-32726 Support JIRA Mobile on BlackBerry Z10
- Closed