How to call native iOS from PWA and pass data and vice versa

My requirement is to open a native iOS app from a PWA and need to pass a set of parameters from PWA to the iOS app. After processing the data the control needs to return to PWA.How can this be achived? Is it possible via deep linking?
How to call native iOS from PWA and pass data and vice versa
 
 
Q