Questions tagged [iphone-web-app]
186 questions
3
votes
1 answer
-webkit translate3d stutters with large elements
I'm animating elements using -webkit-transform: translate3d(x,y,z) and the cubic beizer timing function combined with touch-events for the iPhone to make a custom scrollmethod type thing.
Trouble is, the animations stutter (element stops for half a…

jenswirf
- 7,087
- 11
- 45
- 65
2
votes
0 answers
iPhone webapp caches js, won't refetch after some time?
I have a webapp that is designed a certain way, in index.html it has a script tag:
Inside that app.js, there's code like this (w/ jQuery):
function _run(data) {
/* load data,…

Jon Derring
- 807
- 2
- 14
- 24
2
votes
2 answers
Open external page from iPhone web app using JavaScript?
I've built a mobile website - a web site optimized for handheld units. If you are using an iPhone you launch Safari and go to the site URL to use this web app. It can also be run as an iPhone web app by adding it to your home screen. So it's not a…

tkahn
- 1,407
- 2
- 21
- 37
2
votes
3 answers
Is It Possible To Deploy iOS and Android Applications Using HP Enyo?
Today I read this news: HP ran its webOS SDK on iPad 2, hopes to license it as mobile web app tool and as soon as I finished reading it and looking at the video I just completely freaked out and this question popped on my head: Is it possible to use…

Nathan Campos
- 28,769
- 59
- 194
- 300
2
votes
1 answer
Is there a way to overcome the 5MB storage limit on an iPhone WebApp hosted in an ObjectiveC native app?
We have a iPhone web application that uses WebSQL that is working fine. The amount of data downloaded depends on the user of the app. If the user has more than 5MB data, the user is prompted to increase the size of their database.
We then moved our…

Kevin
- 9,309
- 12
- 44
- 51
2
votes
2 answers
Javascript web-app, control iPhone zooming on input focus and blur
I created a web-app a couple years ago (JS/CSS/HTML over a LAMP backend) which has been working fine. The client is now using it on his iPhone, and reports that when on a login screen with 2 inputs, the window zooms in 'too much' and when he's done…

momo
- 3,885
- 4
- 33
- 54
2
votes
1 answer
How can I cache my dynamic iPhone webapp for working offline?
I am having an iPhone web app written in PHP and using the WebApp.Net framework. I would like to make this application work offline as well. As I understood I can not use the manifest tag of HTML5 because my files are PHP and not html. Or at least…

novellino
- 41
- 6
2
votes
1 answer
iPhone HTTPS works as webpage, fails as web-app
I configured my web server to use HTTPS instead of HTTP. I used openssl to generate an X509 certificate and private key. When I connect using FireFox it warns me of an "Untrusted Connection" and allows me to add an exception to continue. When I…

Mike
- 21
- 2
2
votes
1 answer
apple-mobile-web-app-capable faq links open in safari
I've spent most the day adding the mobile-web-app-capable into my site.
All now works - links stay in the app and do not open in safari, the page with youtube embedded video now opens BUT the FAQ page division jump links still open in safari... the…

rich70b
- 21
- 1
2
votes
1 answer
iPhone WebApp Autoplaying Embeded Youtube
This is a problem I've been noticing since the youtube embed design change, at least from what I've noticed.
So what's happening is any web pages that have been added to homescreen that have a youtube video embedded will autoplay the first youtube…

nickbwatson
- 153
- 7
2
votes
2 answers
iOS Mobile Web capable - Trapped in file preview
(My environment is iOS 8, IPhone 5S)
If you create a page using the tag
Then, using a download button (asp:Button) that adds a preview-able item such as PDF/Word Doc to the response - The…

DFTR
- 861
- 10
- 30
2
votes
1 answer
Facebook FB.ui dialog iOS Web App unclosable
I have FB.ui working well, I can share whatever info I need to share. However the issue is that it's being rolled into a Web App (This "add to home screen") for an ipad. Whenever the dialog opens, it's opened full screen, and once it's shared there…

David
- 2,094
- 3
- 30
- 47
2
votes
4 answers
iPhone and HTML5 Cache Manifest
I am trying to build an iPhone web application using ASP.NET. The page is dynamically rendered once for each visitor. At this point the page can be bookmarked and it will never change again for that visitor. For this reason it should be cached…

Jamey McElveen
- 18,135
- 25
- 89
- 129
2
votes
1 answer
Youtube iframe api not opening ios native video player - webapp
Have an web app were I use the youtube iFrame api.
Using the method loadVideoById works fine in iOS 6 and 7, it opens the native iOS video player and plays the video but the same doesn't happen on iOS 8.0.2. The event state change accordingly but…

CanIHazCookieNow
- 112
- 1
- 10
2
votes
5 answers
How can I create a footer/toolbar in an iPhone web app?
I'm working on a web app and I need to get a div to stick to the bottom of the viewport. Always viewable and always on the bottom of the viewport. There's an example of what I want here: footer. Unfortunately, this doesn't work on the iPhone. I…

Hector Scout
- 1,388
- 2
- 14
- 31