Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
-3 votes
0 answers
15 views

Woo commerce image size [closed]

for weeks now i have been trying to fix an issue i encountered after uploading my product images. I noticed some of the pictures are too zoomed in and do not fit into the frame. Hiw do i fix this. ...
Lesline Abonwoh's user avatar
2 votes
0 answers
30 views

DOMException Error When Decoding Audio Data from .mov File in React App

I am working on a React application where I need to extract audio from a video file uploaded by the user. The video file is in .mov format, uploaded from iOS or macOS devices. However, I am ...
dnrksd's user avatar
  • 33
-6 votes
0 answers
28 views

How to Create a strategy [closed]

How to create strategy for trading in 1sec time frame and back test. I have no try so that how it. So plz tell me how to creat self strategy in trading view chart and set automatic sell or buy like a ...
Sikandra 's user avatar
-2 votes
0 answers
22 views

How do I keep a Cordova app from hiding beneath the status bar on iOS?

I'm trying to build an Ionic/Cordova app, and for some reason, on iOS it loves to hide part of itself behind the status bar. Is there any way to convince it to treat the status bar as not within the ...
NoLongerBreathedIn's user avatar
0 votes
0 answers
30 views

Issues with pinch/zoom on PWA using iframe to display a PDF document

I have a PWA (progressive web app) that in short displays a searchable list of PDF documents. Tapping on one of the items in the list brings up the PDF in the native view on the iPhone, which all ...
Mike's user avatar
  • 65
-1 votes
0 answers
29 views

How do I change the background image for overflow scrolling on iOS devices?

new to web design. Would like to know more about coding but right now I am using Cargo.site. There is an interesting thing that happens on iOS devices (maybe more, but this is what I've found). When ...
Nathan Bourget's user avatar
2 votes
3 answers
310 views

Stop Chrome iOS auto-detecting numbers followed by letter "m" as metre units, and adding an underline to auto-convert the unit to other lengths

Chrome for iOS is detecting a number immediately followed by the letter “m” as a metres length unit, and it adds a dotted underline to it which when tapped offers a unit conversion feature. Ideally I ...
TFOH's user avatar
  • 113
-1 votes
0 answers
37 views

window.addEventListener does not work on iOS

I want to write a function to listen to sessionStorage. I found that the following code works fine on both computers and Android phones, but it suddenly stopped working on iOS phones recently. Does ...
Nico's user avatar
  • 1
0 votes
0 answers
27 views

Form post to blank target on iOS not working

I'm trying to integrate a link to a webmail in my application with a form post to an external site that passes the username and password. My approach works on Android and on desktop browsers (...
Sam's user avatar
  • 1,592
-1 votes
0 answers
73 views

SwiftUI: keeping the Font of Html in a UITextView

Please don't make this duplicate, because I have been searching for the answer and I didn't find it. I have a String from API that contains HTML. In this HTML, there's text with the font and it's ...
Syrine Methlouthi's user avatar
0 votes
0 answers
27 views

I'm trying to teach myself to code,I wrote my first html and css code. It works fine on pc but on my phone it seems like the css is not working

It works fine on pc but on my phone it seems like the css part is not working. the page is showing all white whith no background and the text is not formatted.I'm trying to understand what errors I ...
Stefano carlo Sebis's user avatar
-1 votes
2 answers
99 views

How to override Microsoft Edge's (on iOS) CSS Dark Mode override?

Microsoft Edge for iOS has a browser "Dark mode" theme selector (Light, Dark, System default). Under "Light" mode or "System default"** (**where iOS's appearance is set ...
JKVeganAbroad's user avatar
0 votes
0 answers
30 views

Show an Enter button on iOS keyboard on numeric input

I have an input for a zipcode: <input type="text" pattern="[0-9]*" inputmode="numeric" onKeyPress=...> It's all good on Android but on iOS it does not provide an &...
Joan's user avatar
  • 4,260
0 votes
0 answers
37 views

Why scroll behavior different between IOS and Android in html5

// arr1 is a long Array. const arr1 = ref<any[]>([]) for (let i = 0; i < 100; i++) { arr1.value.push({ name: i, key: `key-${i}`, }) } const arr2 = computed(() => { ...
Raymonda's user avatar
-1 votes
1 answer
52 views

Why is overflow auto not working on IOS but on any other device?

I've developed an web application for ordering. The overflow of the menu content works fine on desktop and also on android devices. For some reason on IOS, the scroll (overflow) is not working. I've ...
Ceatry's user avatar
  • 97

15 30 50 per page
1
2 3 4 5
477