[android-developers] Re: WebView Slow Page Load

2015-12-29 Thread Brahmam Yamani
Hi, use the Chrome Custom Tabs,it is very faster then webview,Custom Tabs Are customizable For More Information : http://android-developers.blogspot.in/2015/09/chrome-custom-tabs-smooth-transition.html https://developer.chrome.com/multidevice/android/customtabs

[android-developers] Re: WebView Slow Page Load

2015-12-21 Thread Jonathan S
Are you going to just view web page or modified a page content? On Monday, December 21, 2015 at 2:09:28 AM UTC-5, Parimal Muli wrote: > > Hi, > I am using a webview in my app. The problem is that it takes a lot of time > (10-25 > secs) for the sites to render in the webview. Can you please

Re: [android-developers] Re: WebView Slow Page Load

2015-12-21 Thread Parimal Muli
Hi, No, I am not modifying the page content. I am simply loading a site eg. news article in my app in a webview. THanks, Parimal. On 22 December 2015 at 01:18, Jonathan S wrote: > Are you going to just view web page or modified a page content? > > On Monday, December 21,

[android-developers] Re: WebView Slow Page Load

2015-12-21 Thread VISHAL TIKKU
Hi Parimal Please try this webview.getSettings().setRenderPriority(RenderPriority.HIGH); On Monday, December 21, 2015 at 12:39:28 PM UTC+5:30, Parimal Muli wrote: > > Hi, > I am using a webview in my app. The problem is that it takes a lot of time > (10-25 > secs) for the sites to render in