How to ignore certificate error when running Web Application on Mobile Android

Hi, So im currently trying to automate web application on mobile android and im having problem with chrome certificate error,i have seen others use this method:

Project > Settings > Desired Capabilities > Web UI > Chrome
“acceptInsecureCerts”:boolean :true out of the “args”.

but many says, this method only works on Chrome (web version)

any solution on Chrome (Android version)?

i have tried another solution like:
Enabled chrome://flags Allow invalid certificates for resources loaded from localhost

but everytime i run my test case the certificatate error still showing