Fabrizzio Chavez
Fabrizzio Chavez
but also we need to change defaultBgColor, please update this value with @Input decorator
Same error using a Samsung galaxy S6 with android 6.0.1 API 23. I tested with API 19, 21, 22 and 27, and works well, except this version.
I found a workaround solution, using a delay works well: ``` Handler().postDelayed({ sp_tipocontrol.error = it }, 200)
I must pass a root view in method ".on": ` ViewTooltip .on(this, base_main, btn_sync) .autoHide(true, 3000) .corner(30) .position(ViewTooltip.Position.LEFT) .text("TEST") .show() ` the position works well, but after fade out appears...
any update on this bug?
Hello @yaron2 , I've just sent a PR. Regards, Fabri
@miltador any update for coming? Thanks.
Hello, why is not included this feature in the resource operator?
Hello @syhily question, why is this merged PR still not published in maven? Is there any pending process in order to start using it?
> @cmanzur did you ever get this to work externally? I have the same problem as you. works 100% inside Kubernetes, but external access does not. I get these errors:...