1,693 questions
-3
votes
0
answers
52
views
Using daterangepicker to date range and single days without double clicks
I am working on a beach reservation system and I need a daterangepicker which allows users to select a date range. But, the problem is that if a user is interested in selecting only one date or just a ...
1
vote
3
answers
137
views
How to disable double-tap zoom on Safari mobile?
How can double-tap zoom be disabled on Safari mobile?
There are some rules for default behaviour: With text it somehow depends on font-size. Other types of elements also allow to be double tapped and ...
3
votes
1
answer
107
views
Can't comprehend how insets in Compose work. Why do I have this space here?
I am trying to learn about how Composables work, but it's very difficult when one example I see implementing something I have works, and what I have has the audacity of not listening to me. This is ...
0
votes
1
answer
29
views
How to get currently ringing number in Android without Call Screening Permission?
I'm building an appointment app for a client. One of the features is to tap a button in the app to get the phone number of the call going in the background. It works fine in devices below Android 10. ...
1
vote
0
answers
37
views
Any ideas for how to recreate functionality of iOS Photos app zoomable grid view in React?
building a mobile-friendly web app in React that is supposed to mimic the layout of the iOS Photos app Grid View:
When you pinch in or out to zoom, as the number of columns change, the item you're ...
1
vote
2
answers
107
views
Gradually smoothen the backdrop blur in flutter
I have a tab bar, and i wanted a backdrop filter blur on it.
Which i did using the following code:
ClipRRect(
child: BackdropFilter(
filter: ImageFilter.blur(...
0
votes
0
answers
25
views
Automatic Redirect Based on Browser Language
I have a website that is available in multiple languages. Currently, the index.html file instantly redirects the user to the English homepage by using the line below:
<meta http-equiv="refresh&...
0
votes
1
answer
31
views
Is there a way to show a login screen when app becomes inactive and then once user login, the app resumes like nothing happened in flutter?
The thing I want to implement - App launches from splash screen, goes to login screen and then to home screen and user can continue from there. Now let's assume the user is on profile screen and then ...
0
votes
0
answers
16
views
"Like" Button on SharePoint Page Analytics Not Persisting
I'm facing an issue with the "like" button feature in the page analytics section of our SharePoint site. When I interact with the "Do you like using page analytics?" button, it ...
0
votes
0
answers
24
views
Wizard workflow with autosave/save on exit - UX/API/Database Design Strategy evaluation
I have a wizard where the whole page fills up with a step, user selects the step and clicks next when the step is complete. User can go back and forth between steps and there are provisions to restore ...
0
votes
0
answers
55
views
How to replace icon in instance of a component in Figma?
Requirement:
I used same icons for the navigation items at the beginning of the time but after creating the Figma design I want to change and use specific icons for the specific item.
Problem:
I am ...
0
votes
1
answer
102
views
SVG not taking full width of container div
Facing issue where SVG is not taking full width of parent div.
I've tried updating the viewBox and adding width and height attributes to the SVG, but neither approach has worked.
My requirement,
I ...
0
votes
1
answer
53
views
Can I have an HTML number input's arrows jump different than its step attribute?
I have an <input type="number" step="1"> element for choosing font size. However, given the context of drawing on a large canvas, changing the number by 1 is barely ...
0
votes
1
answer
135
views
User interfaces for chat comments and multiple reply
I'm trying to develop chat interfaces UI by following design and below is my code but I couldn't fix corner curve and design! Maximum nested reply will be three.
Design
Code
/* styles.css */
...
0
votes
1
answer
72
views
Angular 17: Resizer using Cdk Drag
I am trying to rewrite a resizer using cdk drag. The way I have taken seems valid, but there is little control during resizing, the size seems to follow an exponential trend.
Surely I am missing ...