Robert
Robert
angularjs >= 1.1.4 has a ngMobile module with ngTap & ngSlide directives. Maybe you could make use of them.
On my galaxy S (GT-9000) running android 2.3.6 using the builtuin browser scrolling is very laggy. I have to touch the screen.. wait a moment and then scroll. 1/10 scrolls...
I'd say that once scrolling is "attached to you finger" it works fine :) The problem is that it doesn't want to initiate the scroll on finger up/down swipe. Maybe...
Andy, Thanks for quick forms fix. It works fine now, but another problem appeared. When form input is located at the bottom of the page, the keyboard widget (tested on...
+1 for docs update Tried fallback with .get() query as I didn't realize this from the docs. Thanks :)
I am not sure if default HTML vscode formatter is able to format django html template properly. Problably js-beautify ? I've got lots of problems with templatetags splitted into new...
Temporary solution: you can put ``` import django from django.utils.encoding import force_str django.utils.encoding.force_text = force_str ``` somewhere in your settings.py to get latest released version working with Django >= 4.0...
I have just read lots of issues here, but still can't find out what are the implications of using Always vs WhenInUse. Are there any docs specifying it in context...