Skip to main content
0 votes
0 answers
9 views

svh viewport units are not working in mobile in-app browsers like Google Search and Instagram

I'd like to use svh viewport units for the first section of my landing page, and while they work great on standard mobile browsers, they function the same as dvh units in in-app browsers like Google ...
Jesse S's user avatar
  • 101
0 votes
0 answers
11 views

Memory usage section on Safari when debugging iPhone on laptop is empty, how to populate?

I am trying to debug why my website is crashing on mobile (iPhone 13, iOS 17 something), so plugged in my phone to my MacBook laptop and opened Safari. I visit the page on my phone and can see the ...
Alien's user avatar
  • 73
0 votes
0 answers
23 views

there are some strange lines on some of the IOS phones, when my website is loading

see the problem here: https://drive.google.com/file/d/1WkTjEuMzF_r4HZjSv-781npn4cz4mKA2/view?usp=sharing (https://i.sstatic.net/KpaZEBGy.jpg ignore the glitch property i commented it <div class=...
Abubakar Sherazi's user avatar
0 votes
0 answers
11 views

Live activity with activity kit is not refreshin on archive build

I have live activities in one part of application and all i do is start it through singleton which is manager for live activity. Than main app goes to background but live activity start counter. ...
Amir's user avatar
  • 1
0 votes
0 answers
20 views

How to disable iOS autofil and share button on tapping readonly input field

iOS 17 shows Autofil (and Share) option on the top left of the screen on tapping readonly input. This fiddle can be used to reproduce the behavior. https://jsfiddle.net/armujahid/p3d6yxu8/ <input ...
Abdul Rauf's user avatar
  • 6,133
0 votes
0 answers
10 views

_systemNavigationAction not working iOS 17

static func jumpBackToPreviousApp() { guard let sysNavIvar = class_getInstanceVariable(UIApplication.self, "_systemNavigationAction"), let action = ...
chungphanngoc's user avatar
0 votes
0 answers
27 views

Why canvas size are smaller on iphone 13 then android?

I'm creating a website with angular 16 and using bootstrap 5.3.3. Somethings don't work on iPhone 13 but works on iphone 8. For example, I have a canvas inside a bootstrap column <div class="...
Caio Mendonça's user avatar
-1 votes
0 answers
16 views

I am observing error while integrating WireGuard into my xcode project from git [closed]

I had followed the steps given in the Wireguard iOS macOS page, but after following the build process steps, and while running the xcode project obtained after these steps, it works fine without any ...
Pravin TS's user avatar
0 votes
0 answers
14 views

In-App High-Quality Voice Downloads for iOS Speech Synthesis

I'm creating an iOS app that uses speech synthesis, but for users to use high-quality voices, they have to go to the iOS settings and manually download the voices themselves. Is there a way to allow ...
Umeumeume's user avatar
  • 1,982
0 votes
1 answer
41 views

How to generate SHA256 hex string from PEM file and implement root certificate public key pinning in Swift for iOS 12?

I have a PEM file of the ISRG Root X1 certificate which I downloaded from https://letsencrypt.org/certificates/ and I'm trying to implement certificate pinning in my iOS app. I'm specifically ...
Sajal Gupta's user avatar
0 votes
0 answers
45 views

Can camera recording apps access camera function of Iphone while the phone is locked? (but not black screen / sleep mode)

I understand that the black screen limits recording through the iphone's camera. Understandably so. But can apps utilize the camera while the phone is awake yet still locked? I know that the default ...
WhiteHat's user avatar
-1 votes
1 answer
24 views

Problem visiting a my website in safari browser Iphone >= v.13

When accessing the site from the Safari browser on an iPhone 14, a warning message appears: "Fraudulent Website Warning." This warning does not appear in other browsers or on other devices. ...
Artem Smirnov's user avatar
-1 votes
0 answers
27 views

When using itms-services://?action=download-manifest gets can't connect with 192.168.0.185

Firstly I followed this tutorial: https://medium.com/collaborne-engineering/self-signed-certificates-in-ios-apps-ff489bf8b96e to install self-signed certificate on my iphone. I have hosted website and ...
Matthew's user avatar
0 votes
1 answer
40 views

SwiftUI Image scaledToFill() takes entire screen width

I'm new to SwiftUI and I'm trying to implement a card : I want the image to be 124 units tall. Everything works fine until I try to add scaledToFill() to the Image. Here is my code: var body: ...
Daniel Bortan's user avatar
-1 votes
0 answers
47 views

How to debug iPhone 16 camera control button feature on simulator

As said in the topic, I can not find any entry to trigger the camera control button in the iPhone 16-iOS 18.0 simulator. Is it only available in real machines?
Perry Wang's user avatar

15 30 50 per page
1
2 3 4 5
14704