I noticed that after obfuscation the gestures lib (1.20) doesn't work anymore and the gesture events aren't raised... (Android 9 / Android X SDK)
Is there some alert about this? Did anybody got the same error?
I noticed that after obfuscation the gestures lib (1.20) doesn't work anymore and the gesture events aren't raised... (Android 9 / Android X SDK)
Is there some alert about this? Did anybody got the same error?
gestures lib allow to you to add the full event name (like many others...)
It looks that if the event name doesn't follow the B4A standard the obfuscation process generates a problem.
The RULE: all events names in B4A MUST to contain _ (underscore) in its declarations!