ebailey78 / shinyBS

Twitter Bootstrap Components for Shiny
182 stars 47 forks source link

addPopover does not work on Mac / iPhone? #107

Open drghirlanda opened 5 years ago

drghirlanda commented 5 years ago

Thanks for all work on shinyBS!

I am running into an issue where a popover created with addPopover and trigger="focus" works on Android and Linux, but not on Mac / iPhone (Safari, will try Chrome when I get to borrow my friend's device again :). Nothing happens when I click on Mac / iPhone, but the popover works fine in Chromium on Linux and Chrome on Android.

Is this a known issue? Workarounds? I could try different triggers but "click" is not ideal in my use case as you have to click again to close the popover, and "focus" is also not ideal because I have links that the user should be able to click in the popover. (The popover disappears when it loses focus, making it impossible to reach the link.)

drghirlanda commented 5 years ago

I have now tried on Chrome and I have the same issue. The popover is attached to an actionLink. When clicking, the link gets selected (underlined) but the popover does not appear.