Skip to main content

Posts

Showing posts with the label zoom

TextView setScaleX()/setScaleY() and setTextIsSelectable(true) selection

I have TextView and want to use setScaleX()/setScaleY() to make the text zoomable. But when I try to select some text by calling someTextView.setTextIsSelectable(true); and TextView has zoom other than 1.0f the text selection markers apprear in wrong place, it seems that the selection is shown in the old place of selected text.

zoom on webpage

i would like to create a zoom effect for my site for visually impaired people. i currently have the font that adjust based on a user preferences: i use this script: http://dev-tips.com/demo/jquery_font_size_change.html that works great, but the images remains the same size and if the text is too big it mess up the visual aspect of my site. ideally, a loop will pop and then the user can move over the site and see a zoomed version of it. is it possible to create a zoom effect using jquery? Source: Tips4all

Zoom very much and keep a high quality of the image without loading a large image on iPhone

Does anyone know about some framework or some tutorial to help me develop a feature into an iPhone app which will allow the user to zoom in very much on an image and display high-quality details of the image without loading the large image. Something like Google Maps. You can see an example here: http://www.zoomify.com/

Javascript zoom library isn"t working

i am using this library zoomooz.js and i implemented it on my website but it isn't working, i followed the examples which came with the library but it only seems to work on the background. When i click on an article to zoom to i get an error in the google chrome console saying: "Uncaught TypeError: Object # has no method 'initialize'" in the "jquery.zoomooz.js:294" but i dont think it is a good idea to change the library so it must be an other problem sinds it works fine in the examples. many thanks in advance!