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
Post a Comment