Ionic PWA App - Open external app issue

Hello,

Could you please help me to resolve below issue?

I am trying to open FB/Twitter/Google Maps/Camera from my ionic app. All are working fine with android app. But not working with PWA version in android devices. Below is the code am using to open external apps.

window.open(“fb://page/?id=” + fbid, “_system”, “location=no” );

It opens a blank chrome page.

Thanks,
Rohini