Erik Amaru Ortiz

Results 35 comments of Erik Amaru Ortiz

Hi @romatroskin I've tried you PR with rotation fixes, I think it is pretty good!, however after rotate the image is being scaled, what is good, however the pad area...

library should manage this automatically, scale image would be the easier way

same here! there is a PR (https://github.com/gcacace/android-signaturepad/pull/117) trying to fix that, however it needs to be checked Regards.

Hi, can you tell me how I can do the example work, after submit to /dialog/authorize/decision the request is cancelled :( please, I will appreciate it a lot. Regards.

THANK YOU!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Regards.

I've set onTouchListener of the component (Button) inside my custom view, and it worked by now,.. ``` bt.setOnTouchListener((arg0, arg1) -> { int action = arg1.getAction(); if (action == MotionEvent.ACTION_UP) {...

+1 here, is this library still maintained?

JCenter has been shutdown today :(

Hi @hongz1 I wasn't using `router.replace(...)` I'm using tag `` however I've noticed that Link tag has a scroll prop also, then tried `` and worked the warn disappeared. Thanks...