kivy / python-for-android

Turn your Python application into an Android APK
https://python-for-android.readthedocs.io
MIT License
8.34k stars 1.85k forks source link

Window pans after calling activity #759

Open ecdsa opened 8 years ago

ecdsa commented 8 years ago

after calling zxing qrcode scanner, the window pans, exactly as if a soft keyboard was required.

   intent = Intent("com.google.zxing.client.android.SCAN")

this occurs with new_toolchain. it occurs whether a qr code was scanned or whether the activity was cancelled.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

akshayaurora commented 8 years ago

To add, this works as expected in the old toolchain.

inclement commented 8 years ago

Does this happen specifically with SDL2? Or with pygame as well?

akshayaurora commented 8 years ago

only tested with sdl2 bootstrap