79719525

Date: 2025-07-30 06:27:18
Score: 1
Natty:
Report link

It may not be 100% the same solution, but this capacitor / ionic plugin will achieve this effect. You need to install the plugin, create a floating view in the bubbleWebView.html file, and add an icon in the capacitor config in Base64 format. https://github.com/TomHamster/capacitor-floating-bubble

Communication between the Capacitor app and the Floating view is handled by

FloatingBubblePlugin

addListener('onBubbleMessage', ...) - receiving messages from the Capacitor app

sendToBubble(...) - sending to a floating frame

FloatingBubbleWebViewMessenger

sendMessage(message: string) => void

window.addEventListener('onCapacitorMessage', ...)

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: PaKtoĊ› Supermen