About browser checks during web application development

Asked 1 years ago, Updated 1 years ago, 76 views

When checking your browser,
If the browser version is the same, do I have to worry about the OS version difference?
If so, what kind of checks do you need?

The details of the check are as follows.
·Check layout
·Check the operation of javascript

Example:
chrome ver63 android 7.0
chrome ver63 android 8.0
The browser specifications for are the same, so would it be okay if I checked one of them?

javascript html css

2022-09-30 21:30

1 Answers

What does checking a browser refer to?I think it depends on the content of the exam.
Also, wouldn't the WebView version of the Android system be important for Android?

Also, the operating system may cause html5 to not work, so the page may not display correctly.
If you just want to check the layout of the screen, I think you can just use the browser version.
browser version. If you're using scripts or want to check their behavior or behavior, you'd better check the operating environment as well.

In any case, if there is a problem, we will have to reproduce the problem during the investigation.

If it works due to differences in operating environment and ends up asking
I think it's better to save time and save the operating environment.


2022-09-30 21:30

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.