Daniele Maddaluno
Daniele Maddaluno
Thank you for the fast response @rmpestano, you are right, basically I'm currently using PrimeFaces dialogs. I just wanted to get a better aesthetic result with the minimal programmatical effort....
Yes, setting `admin.enableSlideMenu=false` makes it visible and responsive, there is still something different from the bootstrap example in the modal look and style. But now at least it is visible,...
This issue is linked to [issue 352 on android-vision](https://github.com/googlesamples/android-vision/issues/352)
I temporarily solved the problem on my phone (Huawei P10 Lite WAS-LX1AC432B198) following @bertam instructions. I tested for @kiketen the rebooting behaviour and I can confirm that after the rebooting...
If I correctly understand, that is due to the asynchronicity of the call to the dialog (it could be called in a later moment, too late for the activity which...
Yes it is correct. In this case the library tries to find the element with a div[itemprop=softwareVersion] but fails its search. The try catch, that manages that error, will return...
I confirm it's not working anymore, in the inspector console i get a `Cannot read properties of undefined (reading 'split')`. I think that something has changed in the photo album...
I tried on another album and worked. Then I uninstalled and reloaded unpacked extension and now it has worked correctly. Thank you very much, this extension is an absolute must-have...
Inside the `_fullDiskAuthorizationStatus` of `MPFullDiskAccessAuthorizer.m` I noticed that: after this line: `NSData *data = [NSData dataWithContentsOfFile:path];` data is always nil (in both cases, with permission **on** and **off** in the...