【发布时间】:2022-08-04 01:14:05
【问题描述】:
当通过浏览器在本地运行我的角度(离子框架)应用程序时,一切正常,但是当通过 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
任何指针?
提前致谢!
标签: javascript android angular android-studio ionic-framework