Saving the current position in a gallery
See original GitHub issueHi, I wanted to make individual images sendable, so I thought I would add the currently open image id to the adress so that if you want to send someone a particular image, you can just grab the address and it will open the same image.
I thought I would go about it with the start.ilb2
etc. hooks changing the address, but I can’t seem to get any info about the original image in there. The trouble is my images have generated addresses which expire, so I need to somehow pass the image id to the hooks. Is there any way to do such thing?
I tried using a data-id
attribute but that isn’t passed to the hook. I also can’t get the id to the actual overlaid picture so that I could grab it from there.
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Solved: Selecting Position in Browse Gallery
The user scrolls down this list, selects and edits a property and returns to the Browse Gallery to select another. The problem is...
Read more >Get the position of the current image displayed in Gallery
For example : when i launch my acvitivity, the position is 0, but when i scroll in my gallery,i want to get The...
Read more >Power Apps Reset a Gallery and varRecord instead of Selected
Do you ever need to "reset" your gallery but you then get confused by the selected item or how that affects the data...
Read more >How to Save a Location on Google Maps on Desktop or Mobile
When you save a location on Google Maps, you can add it to your Favorites, "Starred places," places you "Want to go," or...
Read more >Understand, find & edit your photos' locations - Android
Your photo may have a location if: Your device's camera saves your location with th. ... Add or select a location from your...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thought of preapring a v0.10 release this weekend use that as an unofficial 1.0-RC to get it tested 😃
Another thing - are you planning on releasing this as a new version some time soon?