Questions tagged [photoviewer]
37 questions
1
vote
1 answer
How to move View of PhotoView
I'm using uk.co.senab.photoview.PhotoView.
When zoom-in, the image of photoview will larger than mobile screen.
So, I want to make button that move mobile screen to center of the image, and the image still zoomed. I have no idea which variable I…

Zero0Ho
- 166
- 1
- 1
- 9
1
vote
1 answer
Android using ION with PhotoView Library
My application keeps crashing every time I try to use the PhotoViewAttacher on my application of the PhotoView library. I'm using ION to display images and trying to get the PhotoView library to allow me to zoom into them. My code currently…

John McKenzie
- 420
- 6
- 16
1
vote
1 answer
How to override doubletap of PhotoView
I want to set scale=4 after doubletap
in onCreate():
imageView = (ImageView)rootView.findViewById(R.id.imageView1);
mAttacher = new PhotoViewAttacher(imageView);
…

NickUnuchek
- 11,794
- 12
- 98
- 138
1
vote
2 answers
How to open multiple files in Windows Photoviewer from VB.NET?
Following code in VB.NET opens a OpenFileDialog, user chooses a JPG file, then the program opens WinPhotoViewer for printing selected JPG. OS is Win7
Sub CmdImprimirJPGClick(sender As Object, e As EventArgs)
Dim filePath As String = ""
Dim…

Leandro Alsina
- 183
- 1
- 2
- 13
1
vote
1 answer
NIToolbarPhotoViewController with photos in app bundle
Originally posted at https://groups.google.com/forum/#!msg/nimbusios/nGePpdl12N4/Etnyp1cUOhMJ
Are there any examples available using NIToolbarPhotoViewController
with non-network images? I have the images in my application bundle
that I would…

Asad Khan
- 11,469
- 13
- 44
- 59
0
votes
1 answer
Displaying picture NOT EMBEDDED from Excel VBA
The following command works in a command prompt:
%SystemRoot%\System32\rundll32.exe "C:\Program Files\Windows Photo Viewer\PhotoViewer.dll", ImageView_Fullscreen C:\Test.jpg
In Excel VBA, I have tried several things. The first example below gets 53…

Derek Johnson
- 927
- 1
- 11
- 15
0
votes
1 answer
show a picture with windows photoviewer and be able navigate to next photo
How is it possible to show a photo with Windows photoviewer and be able to navigate forward and backward to the other photos in the directory.
At the moment ich just call the assigned application
var fileNameComplete =…

JohnnyBravo75
- 253
- 1
- 2
- 14
0
votes
1 answer
Trying to launch PhotoViewer in C# but am getting conflicting information. What do I need to do?
I am using C# in Windows 11.
PhotoViewer is the default app for AVI files on my PC. I am trying to launch PhotoViewer with an AVI file using the "Process.Start" method as follows:
MessageBox.Show(fn + " exists? " +…

bob72
- 1
- 1
0
votes
1 answer
Flutter: How to make the below image widget functional in Stack
I try to achieve the feature: pinch to zoom in/out an image under another overlay image.
My approach is using photo_view to make the main photo zoomable and put the overlay image on top of the main photo by the "stack".
import…

franco phong
- 2,219
- 3
- 26
- 43
0
votes
1 answer
PhotoViewer plugin only shows black screen or crashes on iOS
I'm using Ionic 4 (4.12.0) with the PhotoViewer plugin versions:
"@ionic-native/photo-viewer": "^5.21.5",
"com-sarriaroman-photoviewer": "^1.2.4",
And the code is:
public presentImage(imgSrc): void {
this.photoViewer.show(imgSrc, '', {
…

Yuri Galiza
- 58
- 8
0
votes
0 answers
Android PhotoView Library Error inflating class
I use PhotoView in my recycler view and get error when inflate view on adapter:
public PostViewHolder onCreateViewHolder(@NonNull ViewGroup viewGroup, int i) {
View view =
LayoutInflater.from(context).inflate(R.layout._post, viewGroup,…

Behnam Rasouli
- 31
- 6
0
votes
1 answer
Usinf App.js Framework and trying to use photoviewer but App.load is conflicting
Hello please review below code i am using App.js framework to create a mobile web app and i want to show photo viewer when user clicks on some button. but i am unable to do so, the thing is App.load event may be is conflicting because i am using it…

Abdul Qadir
- 43
- 6
0
votes
3 answers
Ionic Photo Viewer doesn't work on ios
I'm using Ionic Photo Viewer to show images in full screen. My HTML is:-
0
votes
1 answer
PhotoViewer not known as ionic-native
I installed the PhotoViewer as explained in: https://github.com/sarriaroman/photoviewer
When I add import like this the project:
import {PhotoViewer} from 'ionic-native';
it doesn't compile and it says that PhotoViewer is not part of…

Sami Koren
- 53
- 7
0
votes
1 answer
WinForms app spawning Windows Photo Viewer affect fonts in original app
We have a WinForms desktop application running on Windows 7 with the desktop set to 150% font size. We use Process.Start() to launch a viewer to display documents stored in our database. When a photo is viewed, Windows Photo Viewer is launched. …

Metro
- 1,464
- 14
- 24