Android和Google桌面Chrome上的Chrome有什么区别?

编程入门 行业动态 更新时间:2024-10-28 14:32:41
本文介绍了Android和Google桌面Chrome上的Chrome有什么区别?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我知道两者都使用相同的webkit版本(537.36),并且都使用相同的javascript引擎(V8),但是它们之间有什么其他主要差异吗?

I know both use the same webkit version (537.36) and both use the same javascript engine (V8), but are there any other major differences between them?

我有一个webapp自动测试桌面Chrome,但没有Android的Chrome。我试图决定,如果我知道它在桌面Chrome上的工作,我需要经历在Android上的Chrome测试的麻烦,或者他们相似,我应该有信心它的工作。

I have a webapp with automated tests for desktop Chrome but nothing for Chrome on Android. I'm trying to decide if I know it works on desktop Chrome do I need to go through the trouble of testing it on Chrome on Android, or are they similar enough that I should have confidence it works on both.

谢谢!

推荐答案

主要区别是Android由于HTML5的实现,而且还有很多不同的屏幕尺寸和用户不喜欢放大和缩小平移和缩放再次,所以你最好的做法是创建一个专为移动设备的网页。

Main difference is that Android don't have Flash because of the HTML5 implementation, and also there's a lot of different screen sizes and users don't like to zoom in and out a pan and zoom again, so the best you can do is to create a web designed for mobile devices.

另一方面,如果您的网站主要是HTML和Javascript,则会在移动Chrome上工作100%。

On the other hand, if your site is mainly HTML and Javascript, will work 100% on mobile Chrome. I have a HTML5 game and works equal in desktop and mobile.

此外,您可以下载Android SDK,并在一系列不同的Android版本和屏幕尺寸下测试您的网站与AVD,就像一个官方的Android模拟器。

Also, you can download the Android SDK and test your site in a bunch of different Android versions and screen sizes with the AVD, is like an official Android emulator.

更多推荐

Android和Google桌面Chrome上的Chrome有什么区别?

本文发布于:2023-10-08 02:19:17,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1471225.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:有什么区别   桌面   Android   Google   Chrome

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!