Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bsPopover (tooltip) not working in shinyapps.io #144

Open
matt-sd-watson opened this issue Sep 14, 2022 · 0 comments
Open

bsPopover (tooltip) not working in shinyapps.io #144

matt-sd-watson opened this issue Sep 14, 2022 · 0 comments

Comments

@matt-sd-watson
Copy link

I have rendered a bsPopover element that works nicely with a clickable tooltip in a shiny app. It works as expected locally, but does not function in shinyapps.io. The simplified code is here:

fluidRow(column(5, div(
                id = 'q1_div',
                h4(
                  'Input scRNA-seq',
                  bsButton(
                    inputId = 'q1_input',
                    label = '',
                    icon = icon(name = 'question'),
                    style = 'info',
                    size = 'extra-small'
                  )
                ),
                bsPopover(
                  id = 'q1_input',
                  title = 'Input scRNA-seq file',
                  content = 'upload SCE',
                  placement = 'right',
                  trigger = 'focus')

Is there any explanation for why popovers might work locally but not in shinyapps?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant