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.
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
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 android ios url
You are not signed in. Login or sign up in order to post.