try in v4 ionic
declare var window: any;
and
getTextZoomCallback(textZoom) { // is my function callback
console.log('Current text zoom = ’ + textZoom + ‘%’)
}
call in init
window.MobileAccessibility.getTextZoom(this.getTextZoomCallback);
great success!!