mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-05 20:25:13 -05:00
Try not using data URI with blackberry
This commit is contained in:
@@ -27,7 +27,7 @@ var ShinyApp = function() {
|
||||
|
||||
$.extend(initialInput, {
|
||||
// IE8 and IE9 have some limitations with data URIs
|
||||
".clientdata_allowDataUriScheme": typeof WebSocket !== 'undefined'
|
||||
".clientdata_allowDataUriScheme": typeof WebSocket !== 'undefined' && !/BlackBerry/.test(window.navigator.userAgent)
|
||||
});
|
||||
|
||||
this.$socket = this.createSocket();
|
||||
|
||||
Reference in New Issue
Block a user