I have a swift 5 iOS native app in which I'm trying to add a web view to display another part of our project which is written in Meteor 2.5.3 as a web app. I have the web view up and running but it only shows the loading screen and never moves to the OAuth or the login screen of our Meteor web app. I assume this is because Meteor uses "Data on the wire" (I think this is just a web-socket) to deliver data to be rendered by the client. Is there a way I can listen to the data coming from Meteor to get my web-view to display and function properly?