Vaclav Pavlicek
Results
2
comments of
Vaclav Pavlicek
I have fix it! I had to stop scanner in onDestroy and in onPause. And to onResume I had to start scanner. ``` public void onResume() { super.onResume(); scannerLiveView.startScanner(); voiceControl.on();...
@Splaktar here is CodePen demo: https://codepen.io/vendasky/pen/XEyLOw. If you click to text input, you'll see input focus message. If text input loses input, you'll see blur message. This doesn't work for...