闪亮的 sliderInput 在 Chrome 浏览器中不工作
Shiny sliderInput not working in Chrome browser
我从 Shiny 0.10 更新到 0.11,我的滑块停止工作,但仅在 Chrome - Firefox 可以正常工作。滑块出现没有问题,但我根本无法移动它。如果相关,sliderInput
在 server.R 文件的 renderUI
中。
sliderInput("test","Test",min=0,max=100,value=50,step=5,post="%")
最新稳定版本中的 sliderInput
和触摸屏似乎存在兼容性问题(尽管您可以将滑块与触摸屏本身一起使用)。如果您获取开发版本 (devtools::install_github('rstudio/shiny')
),它应该可以解决问题。
https://groups.google.com/forum/#!topic/shiny-discuss/KBWNzdRVDs4
我从 Shiny 0.10 更新到 0.11,我的滑块停止工作,但仅在 Chrome - Firefox 可以正常工作。滑块出现没有问题,但我根本无法移动它。如果相关,sliderInput
在 server.R 文件的 renderUI
中。
sliderInput("test","Test",min=0,max=100,value=50,step=5,post="%")
最新稳定版本中的 sliderInput
和触摸屏似乎存在兼容性问题(尽管您可以将滑块与触摸屏本身一起使用)。如果您获取开发版本 (devtools::install_github('rstudio/shiny')
),它应该可以解决问题。
https://groups.google.com/forum/#!topic/shiny-discuss/KBWNzdRVDs4