Ionic toast issue

In my case, I have a direction to create component using ViewContainerRef and ComponentFactoryResolver.

The issue is that when I call ToastController to present a toast in the created component, the toast will show but it also show extra blank padding at the end of page (I found that the style ‘padding-bottom: 300px’ is added to

of automatically). And sometimes the extra blank will dismiss later and sometimes it is not.

The issue only happen in android device or simulator but no web and ios.

Anyone can help this issue?


The below is info from ionic info:

cli packages: (C:\Users\40204834\AppData\Roaming\npm\node_modules)

@ionic/cli-utils  : 1.19.1
ionic (Ionic CLI) : 3.19.1

global packages:

cordova (Cordova CLI) : 8.0.0

local packages:

@ionic/app-scripts : 3.1.8
Cordova Platforms  : android 7.0.0
Ionic Framework    : ionic-angular 3.9.2

System:

Android SDK Tools : 26.1.1
Node              : v8.1.1
npm               : 5.0.3
OS                : Windows 7

Environment Variables:

ANDROID_HOME : C:\Users\40204834\AppData\Local\Android\Sdk

Misc:

backend : pro

I found that it is because of crbug.com/574343 issue by chrome.