Results 13 comments of umbe1987

Maybe pygame_sdl2 is a better repo to talk about this issue. Will cpoy this there too.

I was able to get it working. [My app](https://github.com/umbe1987/game03/tree/pygame_sdl2) however is experiencing the same issue you are describing.

A developer friend of mine told me to substitute href="#" with href="javascript: return false" (similar to what @kiranpatil353 and @cpuguy83 suggested). Guess what.... it worked! Hope this could help.

I think I might have a similar problem #86. Would love to hear that pygame_sdl2 can react to the touch more responsively.

Mine yes, and I'd like to test if that's the problem. It's just that I find strange that everything seems responsive from desktop but super laggy from mobile (the exact...

Ok so, after debugging around I discovered that the problem was somehow caused by the call to `from pytmx.util_pygame import load_pygame` `tiled_map = load_pygame('map.tmx')` Now, I would need to figure...

Sorry, it's the "android.py configure" command that is app-specific. Need to practice a bit more :)

Ah, but the "installsdk" is creating the key! So, the clarification is still pertinent. Reopened! (sorry for messing up....)

I also have this issue from time to time. For instance, I am having it right now: the eurostat webiste is accessible but trying to download data from R with...

Any thoughts on this? I am working to improve this, but it's really hard due to my poor knowledge of the code/of programming in general. I just found out from...