I am a .NET developer and am troubleshooting an aspect of a website that we host inside an iOS native app and am trying to use window.alert('') calls from within javascript to debug an unrelated issue. I'm currently on iOS 13.x and the app was built using Xamarin.
As I trigger items in the website I'm not seeing any of the window.alert() messages appear while they do work as expected when browsing the website directly in Safari on iOS.
I'm starting to wonder if its because by default window.alert() prompts will not show when the website is hosted within a "webview" of the iOS native app? Apologies I don't know the class names and can't be more specific as I'm just not familiar enough with iOS development. I tried searching around and cannot find a specific answer to this question.