Andrea
Andrea
I have the same issue, mostly on touch-enabled devices like phones or even in the Google Chrome device simulator, it seems that for some tooltips the style `display:none` is not...
I think this issue is the same as #41
We found a workaround: adding a `:fixed-tooltip="true"` attribute to the `fab` tag always shows the tooltips, but solves this issue, because the tooltips are automatically destroyed, independently from the hover...
I checked the file ZBarScannerActivity.java at line 329, which contains this code: `camera.setDisplayOrientation(rotation);` so I think this issue is related with #95
Today I've registered a new, more detailed, crash: **Exception java.lang.NullPointerException: Attempt to invoke virtual method 'void android.hardware.Camera.setDisplayOrientation(int)' on a null object reference** `org.cloudsky.cordovaPlugins.ZBarScannerActivity.setCameraDisplayOrientation (ZBarScannerActivity.java:247) org.cloudsky.cordovaPlugins.ZBarScannerActivity.tryStartPreview (ZBarScannerActivity.java:525) org.cloudsky.cordovaPlugins.ZBarScannerActivity.surfaceChanged (ZBarScannerActivity.java:301) android.view.SurfaceView.updateWindow (SurfaceView.java:608)...
I'm facing the same problem, fresh install on Debian 11.6, installed using the default configuration: ``` systemd[1]: Starting OpenVPN connection to server... ovpn-server[17044]: Consider setting groups/curves preference with tls-groups instead...
The latest possible version of `loader-utils` that can be installed is `1.4.2` because of the following conflicting dependencies: ``` [email protected] requires loader-utils@^1.4.0 [email protected] requires loader-utils@^1.0.0 via [email protected] ``` The earliest...
#1104 talks about the same issue