4,980 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
84
views
In SwiftUI Toolbar button and image are visible through full screen overlay view
So I have some view with ToolBar at the top. It has leading Button and trailing Image.
var body: some View {
NavigationView {
ZStack {
content()
VStack {
...
1
vote
0
answers
56
views
How to make floating window service stay on top of eveything including intent in Android Kotlin?
I am writing an app that supposed to work with AppInfo intent for running apps. When you click on a button, floating window should display covering everything underneath it until my app is done with ...
-1
votes
1
answer
121
views
Creating a full screen compatible overlay for MacOS
// Source - https://stackoverflow.com/q/79826930
// Posted by DwangML, modified by community. See post 'Timeline' for change history
// Retrieved 2025年12月01日, License - CC BY-SA 4.0
import AppKit
...
Tooling
0
votes
5
replies
128
views
How can I overlay two videos similar to a golf swing CoachNow app?
I'm trying to overlay two videos in React Native, similar to golf training apps where you compare swings by showing both videos at once with adjustable opacity. My goal is to display both videos, ...
0
votes
1
answer
367
views
Flutter overlays (Dialog, BottomSheet, ..etc) close immediately after opening on iPadOS 26.1
Flutter dialog or drawer closes immediately on iPadOS 26.1 (Flutter 3.35.x)
When launch a flutter app on an iPad device or simulator running iPadOS 26.1 (you can get the latest simulators by updating ...
1
vote
1
answer
78
views
Swift charts - scrolling does not work while using .chartXSelection (or) .chartYSelection modifiers
I also tried using the .chartOverlay modifier and used the .onTapGesture modifier to get the point and the value. But the view, as expected, blocked the chart and thereby restricted the chart scroll ...
Best practices
2
votes
1
replies
98
views
FriendlyElec CM3588 edit device tree
The Rockchip CM3588 has a myriad of I/O pins, some of which are connected to a 40-pin connector. Some of those pins have more than one possible assignment/function like GPIO, PWM or SPI. I whish to ...
0
votes
0
answers
84
views
AHK2 overlay only stays visible above taskbar when a file write triggers a refresh — any better alternatives?
I'm trying to keep a transparent always-on-top overlay (made in AHK v2) above the taskbar in Windows 10/11.
The Problem:
Everything works except when the Aero Peek / Show Desktop event fires (e.g. via ...
3
votes
1
answer
174
views
Change text and GIF color when they overlay other GIF
Element A is a div with a black text (span element) and a black text GIF (img element) that has position fixed. Element B is a color GIF (img element) that does not have position fixed and when you ...
2
votes
1
answer
76
views
Combine stacked bars with non-stacked bars as overlay in r plotly
How can I combine stacked bars with non-stacked bars as overlay, using plotly in r?
In order to have the traces stacked, I have to define the barmode as stacked in the layout argument. But how can I ...
0
votes
0
answers
92
views
How to make overlay windows be displayed on the screen in a flutter app even if the app is closed
I am building a Flutter app called NotiBac that helps students memorize history dates and events for the BAC exam by showing them in random popup overlays. The app has two parts: Lists Management, ...
0
votes
1
answer
163
views
How does Truecaller show an incoming call popup without overlay permission in Android?
I’m building an Android app that displays a custom UI when there’s an incoming call.
Currently, I handle it like this:
If overlay permission is granted → show a Service with overlay (...
2
votes
0
answers
190
views
How to change the position of the Activity Chooser Dialog?
I'm working on an Android Automotive OS system build, and I want to center the Activity Chooser dialog position (i.e. ResolverActivity) on the screen using a theme overlay only — no Java code ...
0
votes
1
answer
168
views
How to manage interaction in 2D and 3D within a RealityKit game
My game is utilising RealityKit to render a lot of 3D content. In the foreground I want to place a SpriteKit HUD that will contain buttons, and at times, complete overlays of the 3D content.
Right ...
0
votes
0
answers
76
views
Display written dynamic content on live video streaming in a flutter application
Suppose I have a flutter application - and it is a live streaming application made through flutter package apivideo_live_stream: ^1.2.0 - now we have host (me who has mobile and doing video streaming) ...