How to test the compatibility of vue projects.

how to test the compatibility of vue projects. The developed project opens a blank space on some mobile phones. But it"s impossible to debug without this type of phone. So how do you debug this situation?

Mar.31,2021

it seems that there is really no good way to do what you are talking about.

but there are some professional test platforms that may have solutions


our company has a dedicated cloud debugging system that accesses the real machine directly through web. Then if you want to debug, you can use proxy to do it locally.

if you don't have such a system, you can use the simulator. Android recommends that genymotion ios only have a built-in simulator to choose from

Menu