Vpn crashing app

Hi
The app was compiled to Android 13 (Apache Cordova) and is running perfectly, but if user has some VPN in his device, the app run slow and some times crash. The debug don’t show any error, only network stay slow too.
Somebody know about that?
Thank you

This sounds very much like your app doesn’t respond well to slow network times or network errors. VPNs tend to be slower and more error prone than a direct connection.

It would be helpful if you could isolate certain actions that cause a crash. Are you able to recreate the problem yourself?

Thanks for your reply.

Yes, I can recreate the problem. Some times occur, other times no, so it’s logic be slow network.

I’ll look to increase speed and load faster internal pages from my app.

Thank you