Questions tagged [iphone-web-app]

185 questions
90
votes
12 answers

Prevent iPhone from zooming in on `select` in web-app

I've got this code: Running in a full-screen web-app on iPhone. When…
seymar
  • 3,713
  • 5
  • 22
  • 29
48
votes
4 answers

Prevent scroll bounce for the body element, but keep it for child elements in iOS

I've been working on a mobile webapp as of late. I'm optimizing mobile-first, focusing specifically on iOS for the iPhone right now. I don't want the precise look of a native app, but I think that the feeling of being native is of absolute…
Kyle Lacy
  • 2,248
  • 1
  • 19
  • 29
27
votes
2 answers

watchPosition() vs getCurrentPosition() with setTimeout

I need to determine a person's location within 50m. I'm wondering if I should use navigator.location.watchPostion() or call getCurrentPostion() over and over again. watchPostion() is the proper W3C API for doing what I want, but practically, it…
devlord
  • 3,627
  • 4
  • 32
  • 47
21
votes
13 answers

Hiding Safari User Interface Components on iPhone

In an attempt to hide the Safari UI components for an web-app bookmarked as a Homescreen Icon. I am using this meta tag as specified on iPhone Dev Center but the address bar and toolbar…
None
19
votes
6 answers

Can I trigger a CSS event in mobile safari upon iphone orientation change?

I'm trying to figure out how to change an embedded web page when the user rotates their phone from portrait to landscape mode - basically to load a view that is better suited to the wider screen format. Is this possible to do without calling a new…
tbacos
  • 723
  • 2
  • 7
  • 12
18
votes
5 answers

Fitting height of homescreen-webapp for iPhone 5

I have a problem with fitting the height of a webapp (homescreen). Im using following meta-tag: My problem is, that the screen has black bars…
mr_app
  • 1,164
  • 2
  • 14
  • 36
16
votes
3 answers

Remove form assistant from keyboard in iPhone standalone web app

Is it possible to remove the form assistant from the iPhone popup keyboard in a standalone web app? I know the general consensus is that it's not possible in Mobile Safari, but a standalone app runs in a UIWebView, and functions differently in…
ThinkingStiff
  • 62,391
  • 29
  • 139
  • 237
14
votes
2 answers

OAuth callbacks in iPhone web apps

I'm building a full-screen iPhone optimized web app. It gets launched from the homepage like a native app and behaves like a standalone app via the following directive, but it's just plain HTML/CSS/JavaScript, no PhoneGap involved.
13
votes
9 answers

How to disable iOS "Shake to Undo" in a webapp

I'm building a game as a webapp for the iPad. It incorporates a shake action to trigger an event for one of the screens, but, since it also has a information collection form, sometimes that shake action triggers the annoying "Shake to Undo" dialog.…
Johan Sahlén
  • 387
  • 1
  • 3
  • 9
12
votes
1 answer

Detect an app on home screen of iphone

You know how its possible to add a web app to the home screen of an iPhone... well now how do i detect if my app has been added to the home screen of a user's iPhone. And if it has been added, how do i launch the app stored on the user's home screen…
10
votes
1 answer

iOS Webapp. Swipe back is not working in standalone mode

I have put the meta tags in my html header to transform my site into an fullscreen webapp. Everything is working fine, without the known swipe back gestures from safari. Does anyone know why its not working and how to fix it?
9
votes
2 answers

iOS network activity indicator keeps spinning in web app added to home screen

2nd update, March 2014: Apple closed the bug saying they don't have enough information, but my project is a big PHP application that I can't (and won't) fully send to Apple for them to reproduce this problem. If anyone has a shareable, simple, pure…
8
votes
1 answer

Scrolling problems on a web page with fixed header and footer in iOS7

This will be difficult for me to explain, but I'll try: As a start, my web page is working on mobilebrowser in iOS6.x, Android, W7 and desktop browser IE9, Safari and Chrome. The problem happens in Apple's mobile Safari browser in iOS7. I had a…
Phu Minh Pham
  • 955
  • 6
  • 19
  • 38
7
votes
8 answers

IPhone push notfication for a webapp?

Is it possible to implement IPhone's push notification service for a Webapp that has an icon on the "desktop"? If so how?
6
votes
3 answers

iPhone Web App splash screen delay

I've built an iPhone web app and have done all the steps to make it look like a native app: app icon, prevent scrolling, prevent selection, use touch-based js methods, etc. However, I'm having a tough time with the splash screen. I have tried a…
1
2 3
12 13