javascript - iOS link to standalone webapp -



javascript - iOS link to standalone webapp -

i making standalone webapp client, , able access website sometimes. made link open tab in safari (quit fullscreen) wish homecoming standalone app either link or address bar (without homescreen button locked).

is there way create link go standalone web ? or using javascript open in fullscreen app ?

i hope iwas clear enough, not easy explain ^^

you can register custom url scheme links app. basically, in app .plist register scheme "myapp", , link uses de protocol myapp://xxx launch app , pass whatever add together after // ("xxx" in previous example).

it's "mailto:" links, opening app instead of mail service app :)

you can check how configure app in xcode looking @ answer: http://stackoverflow.com/a/12784399/201059

as don't specify platform using packaging webapp, can't give farther info, if using cordova/phonegap install plugin receive params after myapp://, go specific page/screen (ex: myapp://customercard?id=1234)

update, regarding hoffz's comment below:

when benuuts mentioned standalone webapp understood packaged cordova or similar framework. if it's not case, unfortunately i'm not aware of way homecoming fullscreen (pinned home screen) webapp.

javascript html ios iphone-standalone-web-app

Comments

Popular posts from this blog

php - Edges appear in image after resizing -

ios8 - iOS custom keyboard - preserve state between appearances -

Delphi change the assembly code of a running process -