Can I develop an Android web app using Webkit 537.36 on Ice Cream Sandwich 4.0.4

beaumondo

I am looking into creating a web app on Android, and have a question about the version of Webkit. The device I'm looking at runs on Android 4.0.4 which lists the User Agent's WebKit as version 534.30. I checked this on http://whatsmyuseragent.com/

I have installed Chrome and when I go to the same site it lists the User Agent WebKit as version 537.36. So it looks like Chrome embeds the most recent version

So my question is can I use the most recent WebKit for my Webview instead of the native one in the OS. On the Android Developer website it says:

If you serve content to your WebView based on the user agent, you should to be aware of the user agent string has changed slightly and now includes the Chrome version:

Does this mean I can use the same WebKit version that Chrome is using?

nulldozer

No.

  1. The change you mentioned only concerns the user agent string. (That is, what the browser claims itself to be.)

  2. The change only happened in Android 4.4. Starting with Android 4.4, the WebView is actually based on Google's Chromium code, whereas before it was before it was based on Apple's WebKit code.

However, you can bundle an own version of the WebKit/Blink engine with your app. Try e.g. Crosswalk.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Android dpi ice cream sandwich problems

From Dev

Styling DialogFragment dialog pre ice cream sandwich

From Dev

java.lang.OutOfMemoryError in Ice Cream Sandwich

From Dev

Styling DialogFragment dialog pre ice cream sandwich

From Dev

Android Studio: Ice Cream Sandwich (API Level 15) Device Configuration not showing up even though system image is installed

From Dev

Null Pointer Exception only on 4.0.3 (Ice Cream Sandwich) devices, caused by FragmentManager.Impl.removeFragment

From Dev

Is it possible to develop ASP.NET MVC 4 web app using SignalR on Win 7 Pro?

From Java

Which frameworks can I use with Google GWT for develop a web app?

From Dev

Can i take information from a Bio metric device and calculate attendance using android app. I want to develop such app. Is it possible?

From Dev

Java For Loop to iterate 100 64 36 16 4 0 4 16 36 64 100 using a single variable

From Dev

Can I develop the app which should never delete.(Android)

From Dev

Can I develop Android TV app without ADT-1?

From Dev

can i develop Android, Iphone, Windows application using cakePHP?

From Dev

can i develop Android, Iphone, Windows application using cakePHP?

From Dev

How can i open 4 Different url with 4 button in android app?

From Dev

Why do I need main method if I develop web app as war using Spring Boot?

From Dev

How can I develop a Android App or Iphone app from Visual Studio?

From Dev

Can I develop iOS app in os mavericks?

From Dev

Develop Android App Using VB.Net?

From Dev

How to develop Android app completely using python?

From Dev

How can I develop a LAMP web application using Docker, Puppet and Vagrant?

From Dev

How can I make link on web page in window using pyqt4?

From Dev

Can I develop ios 6 app using xcode 5 and ios 7 SDK

From Dev

Can I develop a windows 8.1 app using visual studio 2013 in windows embedded 8.1 industry pro

From Dev

How do I develop a web app for Nokia 6230i?

From Dev

Twilio android sdk increased app size 36 MB can it be reduced?

From Dev

Twilio android sdk increased app size 36 MB can it be reduced?

From Dev

Can I get more than 4kb of data from a website database to an Android phone using GCM?

From Dev

Develop Android App On Bluej

Related Related

  1. 1

    Android dpi ice cream sandwich problems

  2. 2

    Styling DialogFragment dialog pre ice cream sandwich

  3. 3

    java.lang.OutOfMemoryError in Ice Cream Sandwich

  4. 4

    Styling DialogFragment dialog pre ice cream sandwich

  5. 5

    Android Studio: Ice Cream Sandwich (API Level 15) Device Configuration not showing up even though system image is installed

  6. 6

    Null Pointer Exception only on 4.0.3 (Ice Cream Sandwich) devices, caused by FragmentManager.Impl.removeFragment

  7. 7

    Is it possible to develop ASP.NET MVC 4 web app using SignalR on Win 7 Pro?

  8. 8

    Which frameworks can I use with Google GWT for develop a web app?

  9. 9

    Can i take information from a Bio metric device and calculate attendance using android app. I want to develop such app. Is it possible?

  10. 10

    Java For Loop to iterate 100 64 36 16 4 0 4 16 36 64 100 using a single variable

  11. 11

    Can I develop the app which should never delete.(Android)

  12. 12

    Can I develop Android TV app without ADT-1?

  13. 13

    can i develop Android, Iphone, Windows application using cakePHP?

  14. 14

    can i develop Android, Iphone, Windows application using cakePHP?

  15. 15

    How can i open 4 Different url with 4 button in android app?

  16. 16

    Why do I need main method if I develop web app as war using Spring Boot?

  17. 17

    How can I develop a Android App or Iphone app from Visual Studio?

  18. 18

    Can I develop iOS app in os mavericks?

  19. 19

    Develop Android App Using VB.Net?

  20. 20

    How to develop Android app completely using python?

  21. 21

    How can I develop a LAMP web application using Docker, Puppet and Vagrant?

  22. 22

    How can I make link on web page in window using pyqt4?

  23. 23

    Can I develop ios 6 app using xcode 5 and ios 7 SDK

  24. 24

    Can I develop a windows 8.1 app using visual studio 2013 in windows embedded 8.1 industry pro

  25. 25

    How do I develop a web app for Nokia 6230i?

  26. 26

    Twilio android sdk increased app size 36 MB can it be reduced?

  27. 27

    Twilio android sdk increased app size 36 MB can it be reduced?

  28. 28

    Can I get more than 4kb of data from a website database to an Android phone using GCM?

  29. 29

    Develop Android App On Bluej

HotTag

Archive