-
Ideally it should be possible to zoom an image to its actual resolution.
Currently, there's a hard-coded maximum zoom scale which means even if you have a high-resolution image, you may not be able t…
-
PhotoViewer的findImageView函数
private fun findImageView(group: ViewGroup): ImageView? {
for (i in 0 until group.childCount) {
return when {
group.getChildAt(i…
-
I tested the plugin with one plus 3 running android 7.0 and the plugin is able to open the image url and share but the same is not working on moto e runnning android 6.0 the PhotoViewer.show(Url, fln…
-
When I download an image the app immediately says "Image downloaded" while the image is seems to actually dowloaded a bit later or, what's worse, not at all.
-
Attempting to print with ImageGlass opens the Print Pictures dialog instead of a normal generic print dialog, locking me out of most of my printer's actual capabilities by making an (erroneous) assump…
-
I didn t find in the example folder an example similar to "Qt Quick Demo - Photo Viewer".
Obviousely I would like to start a photo app from this example ;) This example contain 90% of the features I…
-
Hey guys!
I am using the plugin and was unable to open images, the app always closed. So I noticed that when installing the plugin, it didn't create an activity in the manifest that was needed. So I …
-
Tested on iPhone 4S, Ipad air and iPad pro.
When I close the photviewer with the 'Done' button (only in landscape), I have a white screen.
There is my function :
function()
{
Fi…
-
Hi! I'm using the plugin in an Ionic 2 app, and I'm building now an PWA.
When the app tries to use the Photo Viewer, the browser outputs the following:
> Error: exec proxy not found for :: PhotoVi…
-
First of all, thanks for your work for this library.
When I tried to use this library in SwiftUI in my App, I found two issues:
1. Status Bar Color
When exit from the photo browser, the stat…