All Questions
Tagged with responsive ios
63 questions
0
votes
1
answer
72
views
Flutter Web Safari on iOS Simulator keyboard pops again on tap Done button
I have a textfield with number type and for testing I'm running app on responsive web version with iOS simulator. As below in GIF keyboard appears again on tap done. How can i fix this?
Code:
...
0
votes
3
answers
573
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>
...
0
votes
1
answer
175
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 ...
-1
votes
1
answer
54
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&...
2
votes
0
answers
640
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 ...
0
votes
1
answer
68
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 ...
0
votes
1
answer
969
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 ...
1
vote
2
answers
443
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 ...
1
vote
1
answer
682
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, ...
0
votes
1
answer
170
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 ...
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 ...
-1
votes
1
answer
397
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 ...
0
votes
1
answer
588
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 ...
6
votes
4
answers
5k
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?
...
0
votes
2
answers
285
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:/...