Questions tagged [web-clips]

26 questions
84
votes
15 answers

Determine if user navigated from mobile Safari

I have an app, and I'd like to redirect the users to different pages based on where they are navigating from. If navigating from web clip, do not redirect. If navigating from mobile Safari, redirect to safari.aspx. If navigating from anywhere else,…
Steven
  • 18,761
  • 70
  • 194
  • 296
8
votes
2 answers

How to identify user click from iphone "home screen"

Some users of my mobile site add the site to home screen in safari in iPhone (using "add to home screen"). Is there any way to know if they come from clicking the home icon, or typing the url? Or, to solve my problem, I want know how many users…
Bob
  • 81
  • 2
3
votes
2 answers

How can I load iOS webclip links in the same window?

After loading up a Webclip with some links in it, clicking a link launches Mobile Safari instead of loading the link in the same window. Is there a way to prevent the link loading in Safari instead of the Webclip instance? I'm trying to mock up a…
nipponese
  • 2,813
  • 6
  • 35
  • 51
2
votes
1 answer

How to get iOS to properly respect the "apple-touch-icon-precomposed" link attribute for a "web app"

I have created several web apps for iOS that employ the apple-touch-icon-precomposed link attribute method for custom home screen icons without the gloss. However, I have run into an issue recently, where, after adding the home screen bookmark and…
jsejcksn
  • 27,667
  • 4
  • 38
  • 62
2
votes
0 answers

Is it possible to get iOS web clip functionality on Android?

With iPhone you can display different content for the same URL depending on whether the page is visited in normal Safari or via a home screen icon for that webpage. If the page is visited in Safari then you typically display the instructions for…
Ryan
  • 5,883
  • 13
  • 56
  • 93
1
vote
1 answer

Can an iPhone app generate web clips?

The safari browser lets you add an icon to the home screen as a bookmark to whatever webpage you happen to be on. I would want to do that same thing, but in an app I develop. So basically, the user would launch the app, do a bunch of stuff and…
Jessica
  • 249
  • 5
  • 12
1
vote
1 answer

iPhone Configuration Utility :- to add multiple web clips in iphone

I am trying to create multiple web clips using iPhone configurator Utility.But when I try to add second webclip with different Label,URL and web clip icon it gets replaced with existing one.My question is,Is it possible to create multiple web clips…
Dhananjay Jadhav
  • 177
  • 1
  • 2
  • 13
1
vote
0 answers

iOS web clip icons not working

I have the following in the header of my web app. When I try to add my app to the home page of my devise it is still using a screenshot of the app. Am I missing something?
Rich Coy
  • 545
  • 1
  • 8
  • 24
1
vote
1 answer

How to specify a url for Iphone web clip?

I can specify an icon for web clip. It's Ok. So, I would like to specify my homepage url for the web clip when the visitors even add it to their home screen via sub pages. Currently,…
Ugur Catak
  • 181
  • 1
  • 9
1
vote
1 answer

Add apple-touch-icon to my application (from image file) not working

I am working with SAP Hana Cloud trial version (SAP WEB IDE). I tried to add Home Screen feature to my application. My project structure is: http://scn.sap.com/servlet/JiveServlet/showImage/621327/structure.png In index.html file I added line like…
1
vote
1 answer

iOS web clip icon not showing up on local server

We've made a web app with some optimisation for iOS's Web Clip feature. Obviously I've added some icons for the homescreen, but they fail to show up when the app is accessed on our local server. When I move all relevant files to a completely…
Max Steenbergen
  • 256
  • 1
  • 10
1
vote
1 answer

Turning Safari Web Clips into HTML

Safari's "Web Clip" feature is nice because you can take a section of a web page and access it dynamically from the desktop. This is especially cool when you are using it to "save" streaming videos and the like. What I want to do is embed one of…
jdawg
  • 199
  • 1
  • 3
  • 11
1
vote
0 answers

Apple-mobile-web-app using Web Audio API system unresponsive when app state returns from background

I have developed a simple HTML 5 web app using the Web Audio API. The page is saved as a Web Clip and the apple-mobile-web-app-capable meta tag is added to enable full-screen. Everything thing works fine in Safari, the sound plays as intended.…
Enki
  • 1,565
  • 2
  • 13
  • 20
1
vote
1 answer

How to make an iOS web app start where it left off

I'm programming a web clip app which you can add to your home screen via Safari, and every time I open it, it reloads to the page which the web clip was saved in. How can I make the web app open where it last left off?
user1935281
1
vote
1 answer

Can WebClip point to anything not web based?

As I understand WebClip was created to point to a web app. However, on other hand, all it does internally is just let the system know that URL should be opened (and as example Safari handles that). My question is whether WebClip can contain any…
Victor Ronin
  • 22,758
  • 18
  • 92
  • 184
1
2