Skip to main content

All Questions

Tagged with
0 votes
0 answers
14 views

A media query doesn't behave the same way on Android and iPhone

Whatever I put between the filter and the background, there still is no background at all when opening the burger menu on an iPhone 13. .navbar { position: absolute; top: 0; right: -100%; ...
stevan.glavaski's user avatar
0 votes
3 answers
238 views

Page reload in IOS devices using javascript in

The screens in my IOS device doesn't reload after clicking the back button. It works using PC and android devices. Is there specific reload code for IOS device? here is my code ``` <script> ...
chem.engr's user avatar
0 votes
1 answer
105 views

Font Size for Email Template Not Scaling in iOS Apple Mail and Gmail App

The font size in the following HTML email template is scaling properly for Android (tested on Samsung S22 Gmail) but not iOS devices. The font is tiny when viewed on iOS. I've tested on iPhone X and ...
Zack's user avatar
  • 1
-1 votes
1 answer
44 views

Can I use setState() inside a function that is called from a StateFull?

I have this code: class buildApp extends StatefulWidget { const buildApp({super.key}); @override State<buildApp> createState() => _buildAppState(); } class _buildAppState extends State&...
guguCara's user avatar
2 votes
0 answers
457 views

HTML meta viewport tag being ignored on Safari and Chrome on Apple Devices

I have a web page that has this html meta tag <meta name="viewport" content="width=device-width, initial-scale=1.0"> It works fine while testing on my Windows machine ...
Mostafa Hazem's user avatar
0 votes
1 answer
54 views

how to change the navbar height only at ios devices?

Hello (sorry about my English ) I built a navbar on bottom of the page for my website and I saw in iOS (its on responsive mode) when I'm start to scrolling down the navbar start to be smaller because ...
Idan Ben Eliyaho's user avatar
0 votes
1 answer
792 views

Email displaying small, like a desktop version, only in ios mail

I can't figure out why our emails are displaying like a miniaturized desktop verison in ios mail clients. In ios Outlook and Gmail it seems fine. We are using Salesforce Pardot. Here's the styling ...
socalsurfer's user avatar
1 vote
2 answers
399 views

Fixed menu link on iOS 15 only working after scrolling down

I have what seems to be a simple issue with a website on iOS (testing on my up to date iPhone 13), but I just can't seem to find a fix that works. Starting to pull my hair out as it seems to be a bug ...
USD Matt's user avatar
  • 222
1 vote
1 answer
546 views

What's the best way to make a adaptive flutter app?

I've made quite a few flutter apps, but I'm not too sure what's the best way to make a responsive app. What I am currently doing is I'm making all my widgets relative to the screeensize. For example, ...
sammhung's user avatar
0 votes
1 answer
162 views

Screen becomes unresponsive during game - Xcode iOS

I am having trouble with my quiz game - sometimes (not always) after completing a level, the screen darkens and the game becomes unresponsive. I am unable to click anywhere on the screen. I've been ...
A R's user avatar
  • 1
0 votes
2 answers
3k views

How to ignore the phone's font size setting with CSS?

I have a web app that is mostly used in mobile devices. It look goods on mobile phone, but after increase the font-size in system settings, it look quite hideous. Is there any CSS tricks or hack or ...
Nguyễn Hồng Phát's user avatar
-1 votes
1 answer
334 views

XCode12: How to set up constraints in an image to make it responsive to an screen?

I'm having issues with constraints in XCode 12: Even if I describe accurately all measures involved, there is no way apparently to resize a 850x600 image to make it fit proportionally in the screen of ...
heptagono's user avatar
0 votes
1 answer
530 views

Website Background Image looking different on IOS devices

Hi i made website using html, css, js, sass (with gulp). I deserve that everything is okay on Notebook version and Android devices but on IOS website has problems. Intro div from the main page has ...
Mert Eldemir's user avatar
5 votes
3 answers
3k views

Change view based on device - SwiftUI

I have designed my app initially for the iPad and am now wanting to add functionality for an iPhone too. Is there a way to check what the device being used is, and then display a view accordingly? ...
benpomeroy9's user avatar
0 votes
2 answers
281 views

Page does not work right on iphone but works on other mobile devices

My page does not work on iPhone. I think problem is about the grid layouts but whatever I did I could not fix it. This is emulation of my page for iPhone X : https://prnt.sc/s1v2bo iPhone 8 : https:/...
RDSlaughter's user avatar

15 30 50 per page
1
2 3 4 5