We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
plotly
Learn more about funding links in repositories.
Report abuse
1 parent dd7c7a6 commit 725838dCopy full SHA for 725838d
src/plots/gl3d/scene.js
@@ -37,7 +37,7 @@ var preserveDrawingBuffer = getPreserveDrawingBuffer();
37
38
function getPreserveDrawingBuffer() {
39
var ua = getUserAgent();
40
- if(typeof ua !== 'string') return false;
+ if(typeof ua !== 'string') return true;
41
42
var hasDrawingBuffer = isMobileOrTablet({
43
ua: ua,
0 commit comments