Questions tagged [bubble-popup]

32 questions
11
votes
1 answer

How do I create message chat bubbles on the iPhone programmatically (like in iPhone Messages)

I was wondering if there is a way to build those chat bubbles programmatically from iOS? If not iOS' own, then are there any decent open source libraries that will let me do that?
geekyaleks
  • 1,281
  • 3
  • 18
  • 29
4
votes
2 answers

How to make TextureView play video with round corners and bubble effect

I managed to play video with TextureView and MediaPlayer on Android. I did it like this: I created a Surface with SurfaceTexture: public void onSurfaceTextureAvailable(SurfaceTexture surfaceTexture, int w, int h) { mSurface = new…
dragonfly
  • 1,151
  • 14
  • 35
3
votes
1 answer

Facebook Messenger - bubble-popup

How to make a bubble-popup? It's about showing the other applications, and transparency. https://i.stack.imgur.com/iRdaZ.jpg (Sorry for my language, I write with a translator.)
2
votes
2 answers

jQuery menu dropdown bubbles

So I have this menu that needs to display a box when any item is hovered over. The box is a div that contains heading text and image, here is my code. I'm trying to write a function that will toggle different box on item hover. For example, hover…
BeauS
  • 23
  • 4
1
vote
1 answer

Add info bubble to Heremaps in Android not in Javascript

I wanted to add info bubble in heremaps sdk in android application not in Javascript. i can get the trip summary but I wanted to show info bubble same has been asked here but answered for Javascript I want in Android Trip Duration Summary as a tip…
1
vote
1 answer

Problem with bubble tooltip

Working live URL showing problem: http://69.24.73.172/demos/newDemo/test.html The HTML:
Tom Gullen
  • 61,249
  • 84
  • 283
  • 456
1
vote
2 answers

Copy Text From Texit_Input

I need to copy the text to later use At pressing (ctrl + c), There will be error So I used bubble, but the same error appears *****Python******** from kivy.app import App from kivy.uix.popup import Popup from kivy.uix.screenmanager import…
sherif
  • 71
  • 1
  • 8
1
vote
0 answers

Facebook messenger heads popup

In my application I'm trying to implement a popup which will be overlay on other applications. I did it by adding this permission SYSTEM_ALERT_WINDOW in the manifest. It works fine, but on Android 6 I know that I need to request on runtime a…
1
vote
1 answer

Is it possible to execute a service in Android only if I have an particular app that is open?

Is there any way to execute a service (start or stop) only when a particular app is open? The case is that i have a "bubble" service (similar to facebook) and i only want to appear when i open the game Minecraft PE. And when i change or i open…
DaveKiss
  • 11
  • 3
1
vote
0 answers

jQuery ScrollBubble on Scroll

I've a function which shows floating bubble with numbers on scroll. Its running fine and showing bubble on scroll but mostly after scrolling the bubble keeps toggling. Here is the example below please check and assist me where is something wrong in…
Umair Razzaq
  • 313
  • 5
  • 17
1
vote
0 answers

How to make a notification bubble-popup fadeout after the expected delay using jquery?

I am trying to build a notification popup bubbles system like what we find on Facebook (For example, if you are connected on Facebook and someone has just commented your photo on Facebook, a popup bubble would appear at the bottom on the right of…
Nadim
  • 382
  • 1
  • 7
  • 29
1
vote
1 answer

jQuery popup bubble, element moves in IE7

I'm creating a popup for elements in the DOM, much like Qtip. I know there are alot of done plugins for this but I wanted to create one myself. Basicly what the code does: Hover element, take that elements offset and alter a little bit so that the…
auo
  • 572
  • 1
  • 7
  • 16
1
vote
0 answers

bubble text not coming with on mouseover in anchor tag

I was trying to popup the bubble text, for that I have codded below, the code when the mouse over the help anchor tag that bubble text should be popup, but it is not working for me please help me on the same. Here is my code snippet. **HTML…
Bobby
  • 73
  • 2
  • 8
0
votes
2 answers

how to loop javascript for creating bubble popup form more than 1 content

for my website mobileapps.co which is in php dynamically driven, it is pulling products from the database. I am also running jquery for creating bubble popup for each products. How can I loop my javascript for all the products, i am using the…
Chander Dhingra
  • 61
  • 2
  • 2
  • 11
0
votes
1 answer

createbubblepopup jquery

I was using jquery to create popup bubble tips for my website http://www.mobileapps.co . Its a mobile applications website and driven dynamically For my all products on the home page I am using the following codem but some of my products does not…
Chander Dhingra
  • 61
  • 2
  • 2
  • 11
1
2 3