html - Is it possible for me to put a default url for the web app icon on iPhone? -


i creating web app , when save screen, saves url on. possible alter html if being saved homescreen, goes specific url?

no, it's not possible change url linked web app bookmark.

a workaround redirect user desired page. can for example store client information on server (cookies/session) or device (localstorage). when user visits site can redirect homepage if client device has no session or if localstorage value not set.


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

java.util.scanner - How to read and add only numbers to array from a text file -

iphone - Three second countdown in cocos2d -