当在本地运行我的 Angular(离子框架)应用程序时,通过浏览器一切正常,但是当通过 android studio 运行或打包并推送到手机中时,我得到 403。
这是在index.html 的这一行:
<script src="https://accounts.google.com/gsi/client" async defer></script>
我正在尝试按照此页面集成/实现“使用 Google 登录”按钮:https://developers.google.com/identity/gsi/web/guides/client-library
有什么指点吗?
提前致谢!