Android web-view-very slow loading

  • Replies:2
Mahesh
  • Forum posts: 2

Aug 3, 2016, 9:00:54 AM via Website

I am trying to create an android app using the web-view or just the URL of my website. Unfortunately the created app takes a long time to load(upto 25 secs). I have tried enabling cache mode, but at that time the cookies get destroyed automatically and thereby it again redirects to login page.

I have been searching the net for answers but couldnt get any thereby posting it here.

Thanks in advance for replying.

Reply
Vladimir S.
  • Forum posts: 266

Aug 3, 2016, 9:50:36 AM via Website

Hello,

  1. Adding android:hardwareAccelerated="true" in the manifest can significantly improve the performance.
  2. Read this. You can set RenderPriority for a webview.

Reply
Mahesh
  • Forum posts: 2

Aug 3, 2016, 11:27:09 AM via Website

I was already done but it is not work for me.

Reply