Seeking advice on releasing a game with WebView APK due to poor mobile build performance in Cocos Creator 2.4x

I am currently developing a game using Cocos Creator 2.4x. However, the performance of the mobile build is not as good compared to the web version, so I am considering trying an APK with WebView. Are there any people who have released games like this? Will authentication and payment work properly? If anyone has experience with this, could you please give me some advice?

Please ensure you are using release build variant in Android Studio. Debug variant could be slower, but release should be better than web on the same hardware

Sorry for late replay. of course we are using release build variant. I think there is big difference between web, web has lower dpi than android. I need a method for change default dpi on android but it was deprecated already.

Can you help me out plz?