Questions tagged [loupe]

16 questions
14
votes
2 answers

global disable magnifying glass on iOS 9 in meteor cordova app

I have tested several workarounds to disable the annoying magnifying glass with css, but on my iOS9 meteor cordova build it appears for a moment and fades out after some ms. it was working on iOS 8 but not on iOS 9 now with this css code: body,…
Dude
  • 1,045
  • 2
  • 15
  • 36
5
votes
2 answers

Zoom Loupe on UIImageView

Does anyone know of a way to implement the zoom loupe functionality of a UITextField on the iphone in a UIImage view? Part of the app I'm building allows a user to draw a line on a UIImage, a process that might involve precision positioning of the…
Codebeef
  • 43,508
  • 23
  • 86
  • 119
3
votes
1 answer

Awesome loupe/magnifying effect on slideshow at Paydirt's homepage

I'm totally blown away by the slideshow at https://paydirtapp.com/ , anyone got any clues on how it was achieved ? I'm guessing it's some complex html5 canvas mumbo-jumbo ?
Winterain
  • 284
  • 1
  • 3
  • 16
2
votes
1 answer

jQuery loupe & prettyPhoto - how can I make them both working?

I would like to apply two actions to a photo: 1. on hover: run jQuery loupe to magnify it 2. on click: run prettyPhoto to zoom it PROBLEM: This is what I've been trying to do: http://jsfiddle.net/sherlock85/Udfey/ As you can see, the loupe works…
s_sherly
  • 2,307
  • 4
  • 19
  • 14
2
votes
0 answers

ASP net core API logging via Postsharp

I am implementing AOP based logging using Postsharp. I am following https://doc.postsharp.net/add-logging but this does not enlist all information . This is what I have done so far to use Postsharp with loupe [Loupe is capturing information without…
Dmehro
  • 1,269
  • 1
  • 16
  • 29
1
vote
0 answers

Disable React Native Webview text selection loupe on iPad

Setup: Our RN (0.61.5) app is using react-native webview@8.0.6 to display content and interact with the user. The app includes some text input fields, swipe guestures, buttons, longpress actions. As of iPad os 15.1 a text selection magnifier has…
1
vote
1 answer

Re-bind jquery plugin to selector after property change?

I've created a fairly simple gallery for a product page. A product can have multiple images, so i decided to put a big featured image above and show thumbnails below. When you click the thumbnails, the big featured image will update to show the…
qwerty
  • 5,166
  • 17
  • 56
  • 77
1
vote
1 answer

Magnify a specific area of the screen

I am working on making a loupe tool using C#. Much like this one: http://colorsnapper.com I have searched all over Google for a way to zoom in on a predefined area of the screen, enough to view each individual pixel. To be more specific, I want my…
tentmaking
  • 2,076
  • 4
  • 30
  • 53
0
votes
3 answers

jQuery Loupe and Click Events

I'm currently using the loupe plugin to zoom in on a large organizational picture that is set up as an image map. Normally when a user clicks a portion of this image map they are redirected, unfortunately I can't find a method that will allow loupe…
0
votes
2 answers

How can I customise jquery loupe to have a circular lens?

I would appreciate the thoughts of any javascript / css ninjas on how I can customise: https://github.com/jdbartlett/loupe/blob/master/jquery.loupe.js To have a circular zoom area instead of rectangular one? There is an option to set a css class for…
codecowboy
  • 9,835
  • 18
  • 79
  • 134
0
votes
1 answer

How to optimize drawing of a UIView that contains subviews with CATiledLayer layers

I have a UIView within a UIScrollView that contains many UIView subviews. Each of these subviews has a CATiledLayer layer. In addition, I have a magnifying loupe functionality that draws the container UIView within its context (along with all the…
canfan
  • 211
  • 1
  • 3
  • 11
0
votes
1 answer

How can I add the loupe jQuery image magnifier to enlarged fancybox popup image?

http://jsfiddle.net/warrenkc/svsdx/5440/ see my code so far. $(document).ready(function () { $("#single").fancybox(); $("#demo-2").loupe(); }); I am looking to add an image magnifier such as loupe to the enlarged image popup from FancyBox.…
user1605822
  • 99
  • 3
  • 14
0
votes
1 answer

jQuery PrettyPhoto/Lightbox with Loupe Magnifier

I'm trying to crowbar a magnifier, like this one, into prettyPhoto (picked because the JavaScript is nice). The trouble I'm having is initiating the loupe function when the prettyPhoto has loaded. If I include it in the prettyPhoto JavaScript, it…
Tom
  • 4,257
  • 6
  • 33
  • 49
0
votes
1 answer

Galleriffic and Loupe Magnify Issue

I'm using two plugins which independently work correctly. Galleriffic and Loupe are the two plugins. What I'm trying to do is have the large image in Galleriffic also have a magnify on hover effect, which is what Loupe is for. I've had to add one…
AndyWarren
  • 1,993
  • 1
  • 20
  • 33
-1
votes
2 answers

Implementing magnifier/loupe for custom dynamic view on android

I'm looking for a way to implement Magnifier/Loupe for custom view on android which is dynamically rebuilding.
1
2