Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android 9 WebView (also admob ads) not loading after Chrome update

We have an application that depends heavily on web views we noticed after last week that if an android 9 user spent some time loading webviews about 10 to 30 after that webviews just show blank page and loading progress gets stock at 10%

Also admobe native ads stop showing

the only thing changed was chrome update to 77.0.3865.73 we tested on android 9 that has not updated to that version everything works perfectly ( chrome 74.0.3729.136)

when debugging the only message I get is :

E/chromium: [ERROR:tile_manager.cc(779)] WARNING: tile memory limits exceeded, some content may not draw

but this message start showing from the first ever WebView created and when the WebViews start showing blank that error stop showing .

I saw this article saying there is a problem with the new version too

UPDATE : Follow this thread to check if bug was resolved :

UPDATE [30/1/2010]:

The issue is back , please follow and up vote this ticket

like image 357
Ahmed na Avatar asked Sep 18 '19 05:09

Ahmed na


People also ask

Why is my AdMob ads not showing?

Ads won't show if you haven't integrated the Google Mobile Ads SDK correctly. Is your ad implementation code working properly? Test your implementation code to check that ads can show. You can also use ad inspector to test your app's ad serving.

Does Chrome use Android WebView?

No, Chrome for Android is separate from WebView. They're both based on the same code, including a common JavaScript engine and rendering engine.

How do I know if AdMob ad is working?

Test devices You can configure your device as a test device and use your own ad unit IDs that you've created in your AdMob account. When you enable a test device, the AdMob Network sends production ads in test mode to your device using the ad unit IDs you've created in your AdMob account.


1 Answers

Was a bug in chrome thread an now fixed on version 77.0.3865.116

like image 102
Ahmed na Avatar answered Sep 28 '22 03:09

Ahmed na