Mladen Brndušić

Results 7 comments of Mladen Brndušić

Hi, found what was problem. I haven't added to MobileAds to gradle dependencies `dependencies { compile 'com.google.android.gms:play-services-ads:17.1.2' }` Maybe this should be added to readme?

OK, I can confirm that it works fine after cleaning project and changing `compile` to `implementation`.

@vlatkodrljin workaround is to use angular http service like @bioball described. @jpillora you can reproduce the problem using Upload service like here https://github.com/danialfarid/ng-file-upload/blob/master/demo/src/main/webapp/js/upload.js#L77

Hi All, here you can see a difference https://medium.com/@uv_d/migrating-our-php-applications-to-docker-without-sacrificing-performance-1a69d81dcafb I used their approach and found performance improvements but can't understand what is causing this problem.

Same for me two years later, causing many problems using modal dialogs on iOS. Simply setTimeout solves the problem if you have simple components, but in case of something more...

@exeleon have you found a way to solve this issue?