android - mobile webapp into playstore, itunes ect -


dear lovely people on stackoverflow.

i doing research on differences between native mobile applications , webapplications. far, found lot. perspective frontend webdeveloper, wonder 1 thing, can't find infos on.

when publish webapp under domain, responsive , insert metatags:

<meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="mobile-web-app-capable" content="yes" /> 

it possible launch app in fullscreen view on mobile devices. applies just, if user saved mobile webapp his/her homescreen bookmark.

android , ios create looking applauncher on devices homescreen, suitable application.

but app-stores big markets too, wonder, if possible, upload "applauncher" respective stores.

the web-app still hosted server/domain, , published store app nothing more, downloadable webapp launcher, or more chrome/safari-launcher in full screen view.

is somehow possible?

would glad, if tell me his/her experience.

ps: sorry english!


Comments