Icone Android opens browser with website

Asked

Viewed 72 times

0

I am creating a responsive page and would like to know if it is possible to create an installable app for android/Ios that is only an icon that opens the browser with the address of my webpage.

1 answer

1


If you want an app installed by the Play store, you can create a native app (e.g., by Android Studio) that will contain only one screen (Activity). This screen will have a Webview element that will load your page. This can be cached on the device, so that the application also works offline, if necessary/possible. It is also possible to create a shortcut in Android Laucher that leads to the page in the web browser.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.