Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JQuery Mobile Add the Home Screen Options?

I know that there is no way of auto adding the JQuery Mobile App to the Home Screen.

I've read that the best way is to detect if the app is in full screen and if not give instructions. How would I do this?

What are the cross browser options available and are there any tutorials / samples anywhere?

Can anyone put some light on this please?

Thanks.

like image 989
Satch3000 Avatar asked May 28 '11 13:05

Satch3000


2 Answers

You can not 'Auto Add' as webapp to your home screen, the only option is thing: http://www.tuaw.com/2008/12/19/iphone-101-add-mobile-websites-to-home-screen/

Note: Auto Adding a webapp to your homescreen would be a really bad thing, just think any webpage you went to could auto add itself to your iphone. NO THANKS!!!

UPDATE:

I think this is what you're looking for: http://code.google.com/p/mobile-bookmark-bubble/ I have made a Feature Request (under new widgets) for this: https://github.com/jquery/jquery-mobile/wiki/Feature-Requests

Related Links:

  • Javascript for "Add to Home Screen" on iPhone?
  • how to Add a Button on the home screen in android?
  • How to add entry (pointing to Activity) to "Home Screen -> Menu -> Add-> Shortcuts"?
  • BlackBerry - How to add content to the Home Screen?
  • Install home screen widgets progrommaticly

Maybe Notification Popup? - How to show the "add to home screen" popup window and notifications like the buildin home? - Is there a JQuery plugin for the iPhone that will notify the user to "Bookmark" their app?

like image 67
Phill Pafford Avatar answered Oct 07 '22 16:10

Phill Pafford


Here's another script targeted at iOS browsers that seems similar to mobile-bookmark-bubble:
http://cubiq.org/add-to-home-screen

Some work has been done here to add support for Android: http://code.google.com/p/mobile-bookmark-bubble/issues/detail?id=12 http://code.google.com/p/mobile-bookmark-bubble/issues/detail?id=17

like image 36
Bjorn Thor Jonsson Avatar answered Oct 07 '22 16:10

Bjorn Thor Jonsson