android - Choosing between device WebView Kit or HTML -


I am confused about the thing to create a website for mobile;

Say I have a webpage that I want to target mobile devices, do I have to use the original webview kit which has been sent along with saying for example. IOS, or I can explicitly code HTML + PHP + JavaScript + CSS, by placing it in a server and accessing it via a Safari browser. (Well, it's just for iOS specimen, we also have Android and have a lot of mobile devices)

What are the implications of webkits versus HTML / professional / cons, Webkits / WebViews?

BTW, Is this really WebKit?

Maybe for duplicate, my apologies .. I can just do it

Please highlight my troubled thinking ...

< Start with the example:

Designing

In the market so far Nearly 15 different display devices

(We have just one assumption.)

Now assume that you need to apply for different display sizes with different versions. Do so.

  i.e M.yourapp.com yourapp.com   

etc.

How can you ensure that these 15 devices are not one day obsolete and you have to design it again for 15 new devices coming in the market.

Development

For the web based robust technology which we can count on, and which is worthy enough to scale you get the answer With the advancement of time, the application will be accessed through the Web and through a native Android / iOS / XIS platform.

Then go through the web and do responsive web design well

Comments