Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
2answers
555 views

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, ...
1
vote
1answer
56 views

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 ...
1
vote
1answer
82 views

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 ...
1
vote
1answer
170 views

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, ...
1
vote
2answers
1k views

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 ...
1
vote
1answer
492 views

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 ...
0
votes
1answer
773 views

How to build web clips like http://brdrck.me/settings/

I am very interested in building an app like http://brdrck.me/settings/. My first questions are what is inside a web clip file? Is it a html or something else? The second question is how to add the ...
0
votes
1answer
199 views

iPhone webClip browser app suggestions

I want do build an webclip browser app. I will display all my webclips in to a scroll view when the user taps on one I want to add that web clip to the iPhone. How to I tell to the iOS to install that ...