M
Size: a a a
M
M
M
С
AS
С
С
А
С
А
С
С
NN
DT
DT
this.inAppBrowserRef.addEventListener('loadstart', this.loadStartCallBack);
this.inAppBrowserRef.addEventListener('loaderror', this.close);
this.inAppBrowserRef.addEventListener('exit', this.close);
Aᅠ
DT
private loadStartCallBack = (params, callback): void => {
if (!(params && params.url) {
return;
}
};
НО
AD
DT