How to simulate a browser to access the page to reproduce the problem and debug debug

background
customer service feedback: after the paying user enters the relevant H5 page through App, it is found that the lack of permission is a mobile compatibility problem (because the access in another phone or direct browser is OK), such as Gree Mobile 2 (Android 6.0.1)

but how can this problem be repeated without Gree Mobile phone 2 at hand? The cause of the problem can be found only if it can be reproduced

ask
know the corresponding User-Agent of the user through the log: Mozilla/5.0 (Linux; Android 6.0.1; G0215D Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/44.0.2403.119 Mobile Safari/537.36

is there any way to simulate this kind of browser to visit the H5 page to reproduce the problem while debug debugging to find any incompatibility?


this can only be a problem with the webview kernel or browser kernel of the customer's phone, causing some parameters not to be passed.

Let the customer reappear on the spot, either by looking for the cloud testing platform, or by letting the technical staff on the customer's side map through the public network and then find a way to open the adb network debugging for adb remote debugging.


try to install ROM in the simulator

Operation Guide Portal: blog Park: use Android Simulator to run Custom Rom

Menu