Hello ! First time asking for some help, i’m not sure if what i need to do is possible.
I have a WebApplication hosted on a server, and i need to make a Ionic app that receive it. I tried using the InAppBrowser-plugin to show all the WebApp views, which is working great. But now i need to include some features to my app, like voice recognition. But since i can’t call an API from inAppBrowser for security reasons, i don’t know how to proceed to make it work together.
Is there a way to add those features in my app ? Maybe another plugins that support API calls ?
Thanks for any help.