Create responsive website app icon

Asked

Viewed 194 times

2

I have site already all responsive and such,

  • Just that I didn’t want the user to need to access the browser by mobile in order to access my site.

  • I wanted to post an app from my site on google play for example, where it would download and this app would take it straight to the site. like the Curious Mega App, I think facebook also does this.

Can anyone tell me any technique to do this?

  • Make an app, right? After finishing put in stores.

  • Just make an app, create an app Webview on it to display your website and publish in stores. Check out https://www.youtube.com/rafaelaugustos

  • Being responsive is totally irrelevant to the site having an ICONE. Besides the title says one thing but the question is more about "Playstore", it seems to me a problem of XY: https://pt.meta.stackoverflow.com/q/499/3635

1 answer

1


You can create an app in each language by calling a web view. Then just post in stores and you will have what you want, however it is important to note that your navigation will not sound native and maybe the user feels cheated.

Web View Android

A view that displays web pages. This class is the basis on which you can scroll your own web browser or simply display some online content within your activity. It uses the Webkit rendering engine to display web pages and includes methods to navigate back and forth through a history, increase and decrease reach, perform text searches and more.

Source

Web view IOS

  • 1

    In the case of Webview, any user who has a mobile phone with any android version, can use my app, or the webview has been placed in one of the android versions?

  • I can tell you that exists since the 4 up, that is already most of the cell phones that we have running.

Browser other questions tagged

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