Android Gmail App Blocking input type submit. Anyone encountered this type of issue? Help.
Code :
<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>
To enable Input Tools in Gmail, follow these steps: Click the gear icon in the upper right, then select “Settings”. In the General tab, select the check box next to “Enable input tools” under the “Language” section.
Choose Settings > Advanced > Privacy and security > Site Settings. Click on Javascript. Click on the switch to the right of Blocked to switch to Allowed.
Google has made a step toward this goal by developing a 'basic HTML' version of the Gmail website, which does not rely on heavy JavaScript to build the user interface.
Change the method from "post" to "get" and it will work.
Discovered this by accident.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With