question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Slow Loading WebView

See original GitHub issue

Hi @AndreiMisiukevich could you check with this scenario? I need to click it multiple times until the webview show the text… Thanks 😃

<Expandable:ExpandableView.SecondaryViewTemplate>
     <DataTemplate>
         <WebView>
             <WebView.Source>
                         <HtmlWebViewSource Html="qwertyuiopasdfghjklzxcvbnm"/>
             </WebView.Source>
         </WebView>
     </DataTemplate>
</Expandable:ExpandableView.SecondaryViewTemplate>

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
rredohcommented, Feb 18, 2019

The rest of the problem is on the WebView then

1reaction
AndreiMisiukevichcommented, Feb 16, 2019

@rredoh have you tried to set SecondaryViewHeight ?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Android webview loading data performance very slow
Whenever I launch webview activity, loading data in string html format from test.txt file. test.txt file contains nearly 2.5 MB data, after ...
Read more >
What makes webview sometimes fast load ...
i don't know how to solve this since my code only simply show webview but it sometimes very very slow even not loaded....
Read more >
Enhance Android WebView Performance using Glide.
Using WebViews in your native application is very common these days but when it comes to performance, rendering of a WebView is quite...
Read more >
Slow webview on first load + persisting webview cache in ...
We found out recently that the webview cache doesn't persist between opening and closing our app. The webview loads really slowly on first...
Read more >
Velocity: Slow Key input after Android Webview/Chrome ...
Firstly, check what version of webview/Chrome the device uses. 1. You can check it under About section of Velocity. you will only see...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found