Mobile app call external link (google login api)

@Teodor , @George

I want to call https://xyzxyz.com/dmxConnect/api/aaaa/web/user_login_process/google_login_register.php in the mobile application I prepared before. However, the link is not clicked and the page is not opened in any way. . Actually, what I want to do is google login. (web version is working very well on my side)

  <div class="col-12 py-2">
                        <a href="https://xyzxyz.com/dmxConnect/api/aaaa/web/user_login_process/google_login_register.php" id="btn1" class="btn btn-lg btn-rounded shadow btn-block text-primary" target="_blank"><i class="fa fa-google"></i>&nbsp;login with  google</a>
 </div>

my other test with browser component

<div class="col-12 py-2">
                        <a href="javascript:void(0)" target="_blank" dmx-on:click="browser1.goto('https://xyzxyz.com/dmxConnect/api/aaaa/web/user_login_process/google_login_register.php')"><i class="fa fa-google"></i>&nbsp;login with google</a>
                    </div>

I’ll be glad, if you help me

My first thought would be you may need to add the url to your pages MSP:

I’ve explained it a few times in the following threads:

https://community.wappler.io/search?q=meta%20security%20policy

1 Like