android - "Forms are disabled in Gmail"

标签 android spring-boot gmail thymeleaf

Android Gmail 应用程序阻止输入类型提交。有人遇到过这类问题吗?帮助。

enter image description here

代码 :

<form th:action="${url}" th:object="${testToken}" method="post">
        <input type="hidden" th:value="${unique}" name="theUrl" /> 
        <input th:style="'border:0; height:60px; width:150px; background:url(' + |cid:${imageResourceName}| + ') no-repeat left top; cursor:pointer;'"
            type="submit" value="" />
    </form>

最佳答案

将方法从“post”更改为“get”,它将起作用。
偶然发现了这个。

关于android - "Forms are disabled in Gmail",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48581216/

相关文章:

android - 从服务访问共享首选项

android - 用于在设计时在 ViewPager 中显示布局的工具命名空间属性

java - com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException : Cannot delete or update a parent row: a foreign key constraint fails

powershell - 使用 Powershell v2.0 通过 Google API 删除 Gmail 电子邮件

android - 模型层(MVP)应该使用 Activity 引用

android - 我所有的xml文件在Android Studio Project中都出错

java - 如何使用 springboot findAll() 方法编写 not in 子句

java - cxf-spring-boot-starter-jaxws 中的 XmlBeansDataBinding

android - 选择通过 Gmail 发送电子邮件时电子邮件正文为空

iOS 通用链接不适用于 Gmail 应用程序