Android &引用;Gmail中的表单是禁用的;

Android &引用;Gmail中的表单是禁用的;,android,spring-boot,gmail,thymeleaf,Android,Spring Boot,Gmail,Thymeleaf,Android Gmail应用程序阻止输入类型提交。有人遇到过这种问题吗?救命啊 代码: <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:1

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

代码:

<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>


可能这就是GMAIL的工作原理,出于某些安全原因,不允许表单成为电子邮件的一部分?奇怪的是,谷歌表单只在谷歌Android的谷歌GMAIL应用程序中被禁用。电子邮件/操作系统的所有其他组合似乎都可以正常工作。它可以在桌面浏览器上工作