Skip to main content

Questions tagged [background]

Background typically refers to the rendering behind a container element's contents - usually on a web page, Windows form or other UI presentation medium.

background
0 votes
2 answers
43 views

DatePickerDialog. Change selected day background

I use a standard android picker. And now it looks like this: Is there any way to change the background of the selected day so that it looks like this, for example? Changing the color of the selected ...
Jack The Healer's user avatar
1 vote
0 answers
29 views

Throw exception when putFile to Firebase Storage in background using WorkManager Flutter in IOS

I am encountering an issue with putFile in Firebase Storage when running in the background. Everything works fine in the foreground, but it's not functioning in the background. Please see the attached ...
Kiều Phong's user avatar
0 votes
0 answers
18 views

<iOS development>The backend playback notification bar data has not been updated

When the application does not enter the background, it can update the notification bar for the next episode after automatically playing through the front-end notification bar. But when the app enters ...
bass's user avatar
  • 1
0 votes
1 answer
109 views

AppWidget configuration activity doesn't start in Android 14: missing opt in by PI sender

My app implements a configuration activity for its widget exactly as described here. Starting with Android 14, the activity can't be launched automatically in background, as stated here, but I have no ...
m.i.n.a.r.'s user avatar
  • 1,040
0 votes
0 answers
85 views

iOS App not running in Background when downloaded from Testflight. But will run perfectly when installed from Xcode directly to device

In Xcode I have added Background mode capabilities, Because of which I am able to execute code in Background. How I validate this I checked this through scheduling NSTimer to print logs. Timer is ...
Sudhir kumar's user avatar
0 votes
2 answers
32 views

Transtion effect not working on hover in html css

I want to do some slow smooth transition when hover on .bg-gradient and same when i remove cursor from hover but its come quick gone quick on hover. .asc { height: 500px; background-position: ...
MR Lappy's user avatar
0 votes
2 answers
60 views

Repeated Dotted Image Background displaying in different sizes in different areas even with same CSS

I am building a Table of Contents page with a specific design. As per design, each title should be followed by dots till the end of the line. The size of the dots will also vary depending on the title'...
Rajeev's user avatar
  • 1,448
1 vote
1 answer
34 views

How to setBackgroundColor as Color, not as int

How to set setBackgroundColor if I have got Color(Long) or how to get hex from Color? enum class ColorRes(val color: Color, val resource: Int) SIZE(Color(0xFFFF655C), R.drawable.size_icon) ....
Slava's user avatar
  • 635
0 votes
0 answers
71 views

In Flutter, can I schedule exact alarms with some background task?

I'm making an alarm clock Flutter application with an extra function. I want to download an image from my server right before alarm goes off and show that image with ringing sound. So, I need to ...
dh kang's user avatar
0 votes
1 answer
42 views

How can I create the password field using TextInput widget in .slint file?

everyone. According to my experience, slint is a frontend library. I was making a project that combined Rust and slint. I encountered an issue while creating a password field using TextInput widget in ...
Panda's user avatar
  • 1
0 votes
0 answers
29 views

Apexcharts chart margins and other css issues

I am trying to get the Apexcharts working for my website. I have multiple charts of different types in one page, and I need to adjust for example margins of every chart individually, backgroundcolor, ...
Edwin D's user avatar
0 votes
0 answers
34 views

Movesense background communication

In my Maui application I'm using Kaasa.Mds library (which use movesense-device-lib) to communicate with movesense sensor. My question is: is there a solution to make this communication when ...
Natalia Szatkowska's user avatar
0 votes
0 answers
34 views

How i Open my mobile app in Background mode flutter with firebase notification

I tired to open app in background mode in flutter with firebase notification .But it's not working. what I do for achieve anyone can help me. Thank You... I will create outside overlay custome ...
Paramesvaran JP's user avatar
0 votes
0 answers
68 views

Reliable way to receive SMS messages in the background and foreground with Flutter

I'm building a Flutter app that needs to receive SMS messages in the background and foreground, even when the app is closed or running. Query 1: How to receive SMS messages in Flutter, both in the ...
negin's user avatar
  • 1
0 votes
0 answers
28 views

Sharing a serial port between periodic background task and user button click actions

I'm writing a simple C# winforms GUI to control some lab equipment. My GUI has several buttons and labels used to display information received via serial polling as well as allow the user to send ...
MediocreCoffee's user avatar

15 30 50 per page