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.)
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.
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.)