popover Questions

5

Solved

I am trying to prevent a popup from being dismissed when the user taps outside of the popup. I have seem other questions/answers about this, and they all seem to suggest using the modalInPopover fo...
Gwin asked 30/8, 2016 at 19:44

10

The scroll is blocked with Popover according to the new material-ui version doc. When i open the popover, the scroll-bar of the web page suddenly disappeared and it's not the part of user experien...
Bail asked 31/12, 2018 at 8:55

8

Solved

Is there is a simple way to implement a color-picker popover in Swift? Are there any built-in UI elements that I could leverage for this purpose?
Marcusmarcy asked 29/11, 2014 at 23:39

6

I'm having trouble reloading content of a bootstrap popover with ajax. Here's some code: http://pastie.org/3960102 The second ajax request (when I click on "a.close") returns an updated content (I...
Kazan asked 24/5, 2012 at 9:33

4

I have the following popover in my app: But I want it to look like this edited image (note that even the arrow has a border): Is this possible nowadays? I already tried the following inside ...

3

Solved

In my app, there are certain view controllers where on iPad (or to be more specific, a regular horizontal size class) it makes sense to present them as popovers, but on iPhone (or a compact horizon...
Cary asked 28/8, 2015 at 12:41

4

Solved

I know how to present a popover from a bar button item as is described in this answer (for both iPhone and iPad). I would like to add a popover for an arbitrary anchor point. The other SO answer...
Hexastyle asked 5/8, 2016 at 21:13

3

Solved

I've tried a few solutions found online when trying to change the color of my popover arrow. Here is my CSS which is in a self-created popover.css file (other css in here works fine). popover.bott...
Guano asked 24/1, 2019 at 0:19

7

Solved

I have a Bootstrap popover and I'm trying to put a table into it but then it doesn't show up when I click on it. This is the first time attempting HTML inside a popover so I'm unsure how to go abou...
Sundsvall asked 10/7, 2015 at 14:12

5

I am trying to modify the width and height on popover material ui but nothing ? please help thanks open={open} anchorEl={anchorEl} className={{ height: '300px', width: '250px' }} anchorO...
Cooler asked 23/4, 2018 at 15:45

6

Solved

I have a Bootstrap 4.3.1 Popover with a Table embedded inside the content. Everything is displayed but the table is not. In the below code, I've tried both the function for content as well as direc...
Harrelson asked 26/3, 2019 at 17:3

16

Solved

I use the code as follows: $(".reply").popover({ content: "Loading...", placement: "bottom" }); $(".reply").popover("toggle"); which creates the popover and its content correctly. I want to l...
Ironlike asked 26/11, 2012 at 12:23

25

Solved

I am designing a page using Bootstrap 3. I am trying to use a popover with placement: right on an input element. The new Bootstrap ensures that if you use form-control you basically have a full-wid...
Vanscoy asked 18/10, 2013 at 11:46

15

Solved

I am trying to display HTML inside a bootstrap popover, but somehow it's not working. I found some answers here but it won't work for me. Please let me know if I'm doing something wrong. <scrip...
Downstage asked 2/11, 2012 at 20:42

6

Solved

The bootstrap popover is not showing up my page Here is my HTML: <button type="button" class="btn btn-lg btn-danger" data-toggle="popover" title="Popover title" data-content="And here's som...

3

Solved

I am having a difficult time getting this to work. I have a link that opens a jQuery UI Dialog which contains links. Those links open a Bootstrap popover which contain an input field. For some reas...
Linoleum asked 29/5, 2014 at 23:0

28

JS: $(function(){ $("#example").popover({ placement: 'bottom', html: 'true', title : '<span class="text-info"><strong>title</strong></span> <button type="button" id...
Varus asked 16/11, 2012 at 8:40

12

Solved

I have scoured the Internet far and wide and while I found this stackoverflow post insightful Is it possible to change the position of Bootstrap popovers based on screen width?, it still didn't ans...
Hellion asked 31/3, 2012 at 14:55

4

Solved

Hello i`m using boostrap 4.3.1 and included popper 1.14.7. Normally I can add input fields in the content of the popup/tooltip. I don`t since when, but at the moment when I put input field in the ...
Dialyse asked 8/3, 2019 at 16:49

5

Solved

I want to apply custom CSS to the title and content of a popover in Bootstrap, however, it seems that my CSS is being ignored. How can I apply specific CSS to the title and the content respectivel...
Absquatulate asked 26/7, 2013 at 14:58

41

Solved

Can we get popovers to be dismissable in the same way as modals, ie. make them close when user clicks somewhere outside of them? Unfortunately I can't just use real modal instead of popover, becau...
Galloot asked 28/7, 2012 at 17:15

5

Solved

I'm trying to implement the new UIPopoverPresentationController in my iPhone app (using Objective C). What I want is a simple popover with a tableview that emanates from the initiating button. --E...
Moorman asked 14/2, 2015 at 23:50

3

Solved

sorry if the title is confusing, I don't know how else to put it into words. I am currently learning react and made this application using antd UI components. I have this feature where I can ad...
Jennijennica asked 26/2, 2020 at 10:49

2

Solved

I'm trying to define a popover view attached to a view like this: Here's my code: class MyController: UIViewController, UIPopoverPresentationControllerDelegate { ... func displaySignOut(_ s...
Semiweekly asked 24/7, 2017 at 16:8

3

Solved

I created a very small site, with Bootstrap 5. I created 2 buttons at the bottom of the page using "tooltips" and "popovers" but they don't work, nothing is displayed. Here is m...

© 2022 - 2024 — McMap. All rights reserved.