python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
SwiftUI: Incorrect UI when switching to a new list from an old one with swipe button shown
The issue can be reproduced consistently with the code below. Xcode 13.3 + iOS 15.4 (both are latest).
enum ListID: String, CaseIterable, Hashable, Identifiable {
case list1 = "List1"
...

rayx
Votes: 0
Answers: 1
A transparent dot coming on the Vertical SeekBar while seeking down on Android
I have added a Vertical SeekBar in my android application which doesn't show the thumb on the SeekBar. This is working all fine but having a small issue - when I scroll/swipe the SeekBar to the bottom...
user18543718
Votes: 0
Answers: 1
Select interaction with swipe in Openlayers
I'm using swipe control https://viglino.github.io/ol-ext/examples/control/map.control.swipe.html
to show two layers on the map: right and left side.
[EDIT]
I have two iterations selected, one for each...
user12538529
Votes: 0
Answers: 1
Swipe Automation - WebdriverIO - javascript Mobile
I'm new to javascript and I'm following this code but when starting automation it doesn't slide down page. (mobile)
`$(FORMS_ICON_HOME_SCREEN).click()
const {height} = driver.getWindowSize()
...
xcolle
Votes: 0
Answers: 0