An iOS web app whose content is purely web-browser-based and runs outside of Mobile Safari in a chromeless browser using the meta declaration:

learn more… | top users | synonyms

0
votes
0answers
30 views

Google+ sign in giving blank page iOS web app

I have an issue with using the interactive post from the Google+ api when using the iOS web app view. In safari or any other browser on iOS or Android there's no problem logging into Google+ and ...
0
votes
0answers
16 views

No sound after wake up

I am using an audio sprite based on HTML5 Audio object to play sounds in my web application. After suspending and then waking up the phone in the "standalone" mode (page having ...
3
votes
1answer
100 views

How can I prevent iOS standalone web apps from locking up the device?

My prototyping service creates standalone, isntallable iOS web apps. Sometimes they lock up the device while in use. The home button stops working, the app continues to work. The following is shown ...
0
votes
0answers
17 views

Sporadic malfunction starting over time in webapp

Ok, this is a rathering experienced-based question than a concrete problem/bug. I have written a "web app" that is able to work standalone in the browser without an internet connection. Data is ...
0
votes
1answer
115 views

How to stop elastic scrolling (aka scroll bounce, aka page overscroll effect) on iOS home screen links?

I managed to disable the scrolling overshot effect ("rubber band"?) on my web page by overriding the touchmove event. This is working well on mobile safari. But when I add a shortcut to my page in ...
1
vote
0answers
34 views

Web App Drops Non-Session Cookies On First Offline App Load

I've created a web app that utilizes cookies for storing app state to allow for the app being opened multiple times and a user's session to persist across it. I'm using a cache.manifest to allow ...
1
vote
0answers
74 views

Handling javascript links in a standalone web app

I found this javascript to turn a mobile site into a standalone web app. It works great except for with the Pinterest Pin button, which I believe is a javascript link. I'm not versed in javascript so ...
0
votes
1answer
207 views

iOS 6.1.2 forever caching redirect content

Hi everyone, I've got a tough one here ... I've got (actually my employer has) a mobile website that enables Safari integration (for iPhones and iPads) - meaning that customers can bookmark it to ...
1
vote
0answers
127 views

How to load data uri links in IOS home screen web apps?

If I open the following page in Safari on an iPad running 6.1.2, clicking on the first link opens a new tab with 'Hello World!', and the second loads 'Hello Again!' in the iframe. <html> ...
0
votes
3answers
208 views

Getting flash between startup screen and preloader on iOS webapp

I have built the following as test scenario: http://dev.driz.co.uk/Spinner/ for a webapp that will run on an iPhone Chromeless. If you open it up on your iPhone and add it to your homescreen you will ...
1
vote
1answer
44 views

@media for all devices but desktop-pc

Is there a way to query css-@media for ALL handhelds/smartphones independent of their sizes (width, height). I know, I cannot use @handheld. I have tried it this way: @media only screen and ...
0
votes
0answers
66 views

JQuery Mobile as web app forgets page on application switch

I have a jQuery Mobile mobile site that has the following tag set: <meta name="apple-mobile-web-app-capable" content="yes" /> And it follows jQuery's multi-page template. I'm having a ...
1
vote
2answers
584 views

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

After installing a web app I am developing to the home screen of my iOS 6 device (iPhone 5), the network activity indicator in the status bar at the top of the screen keeps spinning even after the ...
1
vote
0answers
131 views

Why doesn't my iOS standalone web app re-retrieve cached images from the server?

I have created a single page website that is designed to be installed on the iOS home screen and accessed as a standalone web app. It's a single page and a cache.manifest ensures that the related ...
0
votes
1answer
151 views

iOS web app to call mobile safari share function?

This is a longshot, but is it possible via HTML/JavaScript e.g. For a standalone iOS web app to call the share function found in mobile safari? E.g on a web page a user clicks a link that then calls ...
0
votes
1answer
97 views

Check is web app in fullscreen

I'm using meta tag to put web app in full screen on iPad <meta name="apple-mobile-web-app-capable" content="yes"> Is there a way so I can check is app in full screen ? Main reason for this ...
0
votes
0answers
298 views

Angular apple-mobile-web-app-capable meta tag facebook issue

I have this issue with a simple page that has a facebook login functionality. Everything works as intended but if I use the meta tag apple-mobile-web-app-capable to be able to display the site on home ...
1
vote
1answer
449 views

Links will not open in iframe target in an iOS standalone web app

I am running into a pickle. When I view my web app within mobile safari via iOS 6, I am able to successfully open up my basic target links <a href="link.html" target="mainframe"into my ...
2
votes
1answer
262 views

iOS web app, Fullscreen?

Is there any way to determine whether you're in Safari fullscreen mode when you're using the meta tag apple-mobile-web-app-capable?
0
votes
1answer
174 views

Prevent standalone iOS web app from reloading after loading video

I have an AJAX based web app for iPhone. This app is mainly for watching videos. The user navigates some menus and then gets to a list of videos. On the video list, I have some code like this: ...
0
votes
1answer
105 views

New twitter widget in IOS6 HTML5 web app triggers keyboard on startup

I'm building a HTML5 digital magazine and embedded the (new) Twitter widget. When I add the digital magazine to my homescreen as a web app on an 'iDevice' (iPhone/iPad) with IOS6, there is a glitch ...
0
votes
0answers
221 views

RSS feed issue. How to pass html5 AUDIO tag?

I have a feed created using Drupal views which I am passing to an HTML5 web app using RSS. I have three separate feeds going (for three separate pages in the web app). They all work great except for ...
0
votes
0answers
119 views

Simulate Browser inside iOS Fullscreen Webapp

I have a fullscreen webapp for iPad and i'd like to allow users to open an inline browser inside my app to visit other sites. Now i thought i'd just use an iFrame but big sites like Facebook or Google ...
2
votes
0answers
36 views

How to Scroll the web content loaded on UIWebView to a specific division/content start point?

I am new to iPhone apps Development. I am developing an application in which i need to scroll the webpage loaded on UIWebView to a certain div having some Id. Since I am loading the static webpage by ...
2
votes
2answers
320 views

Slow initial loadingscreen iOS web app

I am working with a web app built for webkit browsers that is quite javascript-heavy. The app runs rather smooth in the safari browser and the initial loading is about 1,5-2 sec (iPhone 4s iOS 6) on ...
1
vote
1answer
1k views

using apple-mobile-web-app-capable and cache.manifest issue

So I have this simple html file <!DOCTYPE HTML> <html manifest="cache.manifest"><head> <meta name="apple-mobile-web-app-capable" content="yes"> <meta ...
0
votes
0answers
90 views

Remove web-app-capable meta tag

I had a web app that used this meta tag to get rid of the browser chrome. Now I want to get rid of it. I did, but it doesn't look like it affects users that had saved it with this meta tag. Debugging ...
2
votes
2answers
183 views

Iphone Youtube Fullscreen Webapp (standalone) No-audio (BUG ?)

. I embed a Youtube video on a webpage (not a "APP" but a "WEBAPP") using the standard embed-code as shown below Youtube videos. When i open my page from a standard Safari-shortcut (homescreen) it ...
0
votes
2answers
136 views

Rails iOS homescreen web app - can't delete records

I've got a web app which works perfectly in the browser - both on the desktop and mobile. The problem comes when I try to pretty it up by adding: <meta name="apple-mobile-web-app-capable" ...
3
votes
1answer
230 views

iOS Webapp as home button: Authentication Header sent with ajax stop working

I have a webapp that authenticate via a REST APi witch respond with a userid and a session token, that will be sent with future ajax requests as Authorization Basic Header for secured end points of ...
0
votes
2answers
155 views

Web app using preventDefault() to behave as standalone - does not work with image links

I have a web app that I want to display as a standalone once a user has bookmarked it to the home screen of their device. I've been testing on an iPhone 5. I'm using the meta tags to make it display ...
22
votes
9answers
7k views

iOS 6 breaks GeoLocation in webapps (apple-mobile-web-app-capable)

I have an app that does a simple textbook navigator.geoLocation.watchPosition(...) that works great in iOS 5.x both in Safari and as a web app (using apple-mobile-web-app-capable meta tag). However, ...
0
votes
0answers
69 views

Images are mixed around in an iOS 5 standalone web app

I have a Rails 3.2.8 app that downloads a list of images from a remote server and stores them on the local filesystem using Paperclip. Everything else (including the origin URL, Paperclip image ...
0
votes
1answer
203 views

Iphone Web App is under Status Bar

Hi I have a problem with iPhone web app. The problem is that the website is moves under the statusbar when I add the app to to the home screen. So for example my header block is not fully shown. ...
1
vote
1answer
3k views

“apple-mobile-web-app-capable” site switches to Mobile Safari after logout

When running a mobile site in iOS full screen mode, using the "apple-mobile-web-app-capable" meta tag, I am using a combination of AJAX and synchronous page requests, including redirects, with success ...
0
votes
1answer
819 views

How to fake a user-agent on Jquery Mobile Ajax requests in iOS fullscreen mode (using apple-mobile-web-app-capable)?

I'm pulling my hair out with this one... My app is running on jquery-mobile (1.1.1), jquery (1.7.2) and requireJS on the front end. Running the app in Mobile Safari on (ipad1+3, iOS3+5) works fine, ...
4
votes
3answers
700 views

Geolocation not working with apple-mobile-web-app-capable?

I have the following JS to display the current user's Zipcode in #zip: (function ($, geolocation) { if (geolocation) { geolocation.getCurrentPosition(function (position) { ...
0
votes
0answers
83 views

Mobile website initially opens as web-app, but then returns to mobile safari

I'm creating a mobile website, and using the following meta tag to remove the Mobile Safari chrome when my site is opened from an iPhone homescreen bookmark: <meta ...
4
votes
3answers
3k views

iOS 'Web App' has different localStorage than Mobile Safari

I have a webapp for iPad with the meta tag: <meta name="apple-mobile-web-app-capable" content="yes"> When I open up the app from the homepage (web-app-capable version) or type in the address ...
4
votes
2answers
1k views

iOS WebApp's don't allow location services?

I have the following JS which gets the current location of the user and displays their zipcode... (function ($, geolocation) { if (geolocation) { geolocation.getCurrentPosition(function ...
0
votes
1answer
405 views

ASP.Net MVC 4 not using Mobile Views on iPhone standalone app (after adding to homescreen)

I have a web site that I have built in MVC 4 that has both Web and Mobile views. I am using the .Mobile extension on my views to render the mobile views when someone visits the site from a Mobile ...
1
vote
1answer
152 views

Can I provide the icon to use for an iPhone homescreen shortcut to my web application?

I have a web application that will be used on iPhones, and want to provide the icon to be shown when added as a homescreen shortcut. How can I do this?
0
votes
0answers
160 views

iPhone web app on homescreen and wierd urls?

I'm using jQuery Mobile to make a web app and everything works great aspect from when i add the app on the homescreen on an iPhone (tested on both iPhone 3GS and iPhone 4S). When doing this all 's is ...
0
votes
1answer
206 views

hiding address bar on iphone's safari doesnt work

I want my site not to display the address bar when viewed in iPhone's safari. From my research this metatag should do the trick, if only targeting iphone devices: <meta ...
0
votes
1answer
213 views

Keep certain links in standalone mode on iPhone

I've found this gist that does prevents links from webpages to go outside the "standalone mode" on an iPhone, but I'd like to disable this functionality on certain links with classes. Whenever a ...
1
vote
0answers
359 views

Enable “save image” in iOS web application

Added this to my site: <meta name="apple-mobile-web-app-capable" content="yes"> While most people ask how to disable the callout in a fullscreen web-app, I need to enable it. I will ...
0
votes
1answer
302 views

Go back to webapp saved to homescreen from Safari

I'm building an app with sencha touch 2. Basically, when you click on a link, it opens Safari and loads the URL. From that page, I would like to know how to go back to my webapp which is saved on the ...
1
vote
1answer
276 views

Add Webapp to iPhone homescreen like TestFlight

How can I have my webapp be added to the homescreen without having the user press the add to homescreen button. TestFlight does this when you install it to your phone, I would like to create a ...
1
vote
1answer
1k views

iPad web app freezes after opening a link in Safari

I developed a small web app which runs perfectly in my browsers (Firefox, Chrome, Safari on iPad). Then I decided to modify the app so it runs as a standalone web app on my iPad. This was no problem ...
0
votes
0answers
438 views

iPad Retina Display Splash Screen

I just noticed that on the iPad 3 my splash.png image isn't loading. It seems to load fine everywhere else. Does anyone know if there is new documentation on this? <!-- iOS splash screen --> ...

1 2 3