Hello everyone, how are you?
First of all, I’d like to say that I’m a programming enthusiast, but I’ve never taken courses in the field. With the knowledge I gained through self-study, I created my own website. However, this knowledge isn’t enough for me to create an app. One day, I discovered FlutterFlow and decided to give it a try. It went great.
However, I have a problem:
On my website, there are ad banners from affiliates, and when someone clicks on them, the app opens the pages inside the app itself, causing errors. I don’t know why this happens, but it does. In the phone browser, it works fine. There’s also a button on the site to contact me via WhatsApp, but the app doesn’t recognize this button and tries to open WhatsApp inside the app, which also causes an error.
Because of this, I’ve been trying for days to create a function to be executed inside the WebView widget itself, so that it opens links with “target=_blank” in the phone’s browser and opens the WhatsApp link in the WhatsApp app.
I’ve tried downloading the code and editing it through Android Studio, but my development knowledge isn’t sufficient for this.
Can anyone help me?