Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

27
votes
6answers
9k views

iPhone Safari Web App opens links in new window

I have problem with web after adding icon to Home Screen. If the web is launched from Home Screen, all links will open in new window in Safari (and lose full screen functionality). How can I prevent ...
12
votes
8answers
17k views

iPhone Safari does not auto scale back down on portrait->landscape->portrait

I have a very simple HTML page with this META tag for the iPhone: <meta name="viewport" content="height=device-height,width=device-width,initial-scale=1.0,user-scalable=no" /> Using the ...
9
votes
2answers
2k views

How do they do this - Mobile Site Added to Homescreen Appears as Standalone App

So I've only seen one website do this and I'm very curious to know how they do it. I'm using an iPhone 4 with iOS5 by the way. Go to http://m.funnyordie.com/ (Will Ferrell's sketch comedy site) on ...
5
votes
1answer
801 views

iPhone/iPad WebApps don't allow cookies?

When I use <meta name="apple-mobile-web-app-capable" content="yes">, my page doesn't set, load, or retrieve cookies. Is there any way to get around this? Can't find anything useful in Google.
5
votes
5answers
1k views

iPhone WebApps, is there a way to detect how it was loaded? Home Screen vs Safari?

I have an iPhone Web App. I'm interested in detecting if the app was loaded either from: 1. iPhone Safari 2. iPhone installed web app (via the add to my homescreen) which loads without the safari ...
5
votes
4answers
3k views

Install webapp to homescreen on iPhone?

How do I go about allowing my webapp to be installed as an icon on a user's homescreen? Is the data cached locally, so that the webapp can be run when the user is outside of 3G? I did a quick google, ...
4
votes
2answers
939 views

How to recover from an error loading page with jQuery mobile when safari components are hidden?

When your mobile web app is added to an iOS home screen and you choose to hide safari components with this meta tag: <meta name="apple-mobile-web-app-capable" content="yes" /> If one of your ...
4
votes
2answers
3k views

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 ...
3
votes
2answers
177 views

When a user launches “new window” in a home screen app

When a user launches "new window" link in a home screen app. In Mobile Safari this type of action would open a new tab. What happens if the app is on the home screen and has ...
3
votes
2answers
323 views

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 ...
3
votes
1answer
249 views

Blank screen with apple-mobile-web-app-capable and Facebook Connect

We've got a few pages that use the apple-mobile-web-app-capable meta tag (value="yes"), but on a login page that allows Facebook Connect, you get a blank page when you click on the connect button. ...
3
votes
2answers
431 views

Add to Home Screen Web App

Whenever I add my webapp to the home screen and click on a link, it takes the user out of the web app and into Safari. The link is a home button, it takes the user back to the home page. The home page ...
3
votes
2answers
413 views

Is there an iphone url scheme to start a web app in standalone mode from a link

What I'm trying to do is this: I've got a web app the user can choose to add to the homescreen and run in standalone mode. Sometimes the server side of the app sends SMS'es to the user to notify the ...
2
votes
1answer
71 views

Safari Mobile full screen for multiple pages

I was just reading this question How do they do this - Mobile Site Added to Homescreen Appears as Standalone App I was wondering if there is a way to get it to stay in full screen mode for multiple ...
2
votes
2answers
447 views

Force link to open in mobile safari from a web app with javascript

When calling window.open() in a iOS web app, the page opens in the web app instead of mobile safari. How can I force the webpage to open in mobile safari? Note: Using straight <a href> links ...
2
votes
1answer
85 views

Change iPad/iPhone layout if user adds to homepage

In iPhone/iPad you can have the address bar removed by using a meta-tag on your page. However it only works if a user clicks the 'add to home page button'. For more info iPad WebApp Full Screen in ...
2
votes
1answer
289 views

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 ...
2
votes
1answer
1k views

Stop reloading of web app launched from iPhone Home Screen

I created a web app and added to my iPhone Home Screen. When I switch to another app and back, iPhone automatically reload my web app. This breaks my app flow. How do I prevent iPhone from ...
2
votes
2answers
792 views

Safari Mobile full screen

I'm trying to set the full screen mode on my iPhone Web App, I have read the Apple's documentation on apple-mobile-web-app-capable meta tag, but it doesn't work, can you help me? Thanks
2
votes
3answers
93 views

Is there any way in CSS or Javascript to tell if a user is viewing an HTML page on their iPad as a web app?

Pretty simple question, I have a webpage that is used exclusively on iPads. I've set it up so that you can save it to the home screen and use it as a web app. What I'm wondering is if there is a way ...
1
vote
1answer
59 views

Is it possible to hide the iOS browser chrome on a website and link to an external site?

Is it possible to build a website that is hiding the browser chrome on iOS5 while still linking to external websites? The browser chrome should not be shown when the external site his opened.
1
vote
1answer
52 views

iOS Web App: Showing content only if the application is standalone

If a user visits my websites example, from Safari Mobile how could I place there a blank page that says "Add To Homescreen."? Once added it would show different content.
1
vote
2answers
260 views

JSONP calls not working with apple-mobile-web-app-capable=“yes”

The Problem: With <meta name="apple-mobile-web-app-capable" content="yes" /> set, all of my jsonp requests are getting denied. I read that by setting content="yes", you cannot change the page. ...
1
vote
1answer
65 views

Web app in full screen mode on Ipod

I have a web app I'm building a mobile site for. I'm trying to run it in full screen without a nav bar if the user has added the page to their home screen. Right now, my javascript is very simple: ...
1
vote
1answer
365 views

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 ...
1
vote
0answers
107 views

How do I open a URL in a web browser from an iOS standalone webapp

I have a web app that runs in standalone mode on the iPad (using <meta name="apple-mobile-web-app-capable" content="yes" />). Does anybody know if I can launch a URL in a normal browser from ...
1
vote
1answer
393 views

Facebook iphone-version as app outside safari on iOS?

I don't like web-apps for iPhone because they have to run inside the Safari instanace and have the Safari-toolbar at the bottom. But today when I opened the web-app version of Facebook on my iPhone I ...
1
vote
3answers
5k views

How to completely hide the navigation bar in iphone / html 5

I'm really new to html 5 for mobile. I use jquery mobile for my current app and I have some problems hiding the navigation bar. I found this site: http://m.somethingborrowedmovie.warnerbros.com/ ...
1
vote
3answers
516 views

Background behavior for iOS Web App (so app doesn't restart)

I'm trying to build a mobile web app and am intrigued by the "apple-mobile-web-app-capable" option, making the app feel a lot more native. The issue I'm having is that it's an app that lets a user ...
1
vote
2answers
452 views

What event fires when a WebKit WebApp is “terminated”

I am in the process of developing a Web App for iOS and am using the DOMApplicationCache. I know that Web Apps can not run in the background, but I still would like to simulate a resume of the app ...
1
vote
3answers
122 views

coding a web page for viewing on iphone

Now I've seen loads of websites that look great on the iphone, such as http://twitter.com and http://deviantart.com however I can't for the life of me get the right structure within my mobile web ...
1
vote
0answers
380 views

iPhone Configuration Utility - Add webclip for webapp

I'm using Apple iPhone Configuration Utility to configure in-company mobile phones. I'd like to add to home screen an icon for a in-house web application we have developed. Using the Web Clip section, ...
0
votes
0answers
14 views

Home screen web application launch my app?

I have a website that can launch my iOS application using a custom url: window.location.href = 'myapp:run'; This works fine, and my app launches to the front. But, when the same website is pinned to ...
0
votes
1answer
48 views

Programmatically launch a web app on the home screen?

I have an enterprise application that has a web app added to the Home Screen of the iPad. I want to be able to launch the web app from my native XCode app. Is this possible? Can a web app have an ...
0
votes
1answer
33 views

Wrong webkit-tap-highlight-color behavior when page as web standalone app

I'm trying to remove the highlight on tap of a web page in the iPad with the css -webkit-tap-highlight-color: rgba(0, 0, 0, 0) This works great when using directly the browser in my iPad2. However ...
0
votes
0answers
104 views

iPhone Safari Web App opens links in new window when using javascript:history.go(-1)

I'm trying to get links in a iPhone standalone web app to open inside the web app instead of safari. I have found this thread iPhone Safari Web App opens links in new window which helped me a lot. I ...
0
votes
1answer
21 views

iPhone APP to connect to a website without browser bars

I need to create an APP and all I know is web coding for mobile devices. Nor do I have a Apple Computer to write the code. What is the code to display a loading screen and then load in a mobile themed ...
0
votes
0answers
163 views

iPhone window.open(url, '_blank') does not open links in mobile Safari

I'm sending users to some .pdfs in a standalone web app (saved to home page, no PhoneGap) on iPhone/iPad. With window.open(url, '_blank'); these documents open on top of the web app and since there is ...
0
votes
2answers
122 views

Iphone WebApp Footer Toolbar

I'm creating a web App for mobile devices, but i have an issue with the footer toolbar in iphone, i just want to hide or remove it but i trying without results. I was reading in apple support for use ...
0
votes
1answer
119 views

Keep web app in standalone mode on iPhone

After searching Stackoverflow and Google, I have not found a working solution. I need a web app to remain in standalone mode when changing pages (clicking links). Currently, when any links are ...
0
votes
1answer
132 views

Using offline application cache in iOS and in full screen app mode it opens other pages in Safari instead of the application

I'm building an offline tablet/phone app in HTML5 to collect data remotely in the field where there are no cell towers. It uses the offline application cache manifest to save the pages into the ...
0
votes
2answers
88 views

Detecting standalone mode in iPhone

Hi guys I'm trying to detect if my jquerymobile app is running as an APP (i.e from home screen). My current code is: if (window.navigator.standalone) Data.isRunningAsApp = true; Problem is I've ...
0
votes
1answer
53 views

Iphone mobile html add to home screen not working

Apparently i've screwed something up! After adding to home screen, I try to open the "app" and instead of using the iPhone rendering system with standalone mode etc, safari is opening it! It was ...
0
votes
0answers
110 views

Fit web page for Iphone portrait & landscape mode

I have a web page with form Width of form is 320px. Form is centered. I need to fit this page for vertical and horizontal view. On vertical view all looks fine But on horisontal view form always on ...
0
votes
1answer
69 views

Disabling automatic phone detection on Ipad in a web app

I have found that while using the <meta name="apple-mobile-web-app-capable" content="yes" /> tag in iOS 4.3.5 the <meta name="format-detection" content="telphone=no" /> tag does not work. It ...
0
votes
0answers
45 views

Include all site pages in Safari Mobile Web App

Pretty simple concept. I include Apple's mobile-web-app meta tags in my sites so that they can be added to the homescreen as a full-screen app and it works beautifully except for one thing: If you go ...
0
votes
2answers
104 views

Tracking HTML5 Web App installs on iOS devices

We recently launched an HTML5 Web App (using JQuery Mobile), which has a slide down box encouraging users to bookmark the Web App on their home screens. Users can do this from Safari by clicking ...
0
votes
2answers
68 views

iPhone / CSS - change styling if site set as a home screen app

I'm making an iPhone App / Mobile Web site and when I access the site normally )(top image), everything is formated as it should be, but when I set it as a home screen app (bottom), the title goes ...
0
votes
3answers
213 views

How can I initiate a phone call in a web app on iphone

I want to implement a JavaScript API to initiate phone calls programmatically and without the need for a native objective-c implementation. What I tried so far was something like ...
0
votes
1answer
330 views

Using “apple-mobile-web-app-capable” within ASP.NET master pages causing new browser to open

We are trying to create an ASP.NET web app using the "apple-mobile-web-app-capable" meta-tag to control the appearance of the page on an iPad. It is correctly removing the address bar if I have the ...

1 2