I have a form (in template file) in a Django app, like this:
<li>
<form action="{% url 'socialauth_begin' 'facebook' %}?{{ redirect_querystring }}" method="get">
<input type="hidden" name="next" value="{{ request.get_full_path }}">
<a href="#" onclick="$(this).parent().submit();return false;"><img class="loggin" src="../img/fb-loggin.png" alt="loggin"></a>
</form>
</li>
The problem is this form works on most devices except touch devices like iPhone, iPad... Please give me an idea. Many thanks! :)
Take a look to my website for more details: http://truyenyy.com