Display Zoom for iOS under settings, display, display zoom - accessibility

Looking to begin an accessibility vision app for iOS and I’m not having any luck locating properties or code that allows access to the display zoom. Has anyone worked with these areas before?
Zoom Display Screenshot

Related

Calendar plugin not displaying nav arrows in mobile browser

I am using an Availability Calendar plugin on my small cabin rental website, for which I am building a mobile version of (using Bootstrap).
The arrows appear fine above the calendars on the desktop site here,
but they do not appear in the mobile page here (note that they do seem to appear and function correctly in desktop browsers, just not in mobile browsers).
Any assistance or advice anyone could provide here would be greatly appreciated.
Thanks!
k

How to get Google Street View / Virtual Tour to display as sphere in mobile web browsers?

Is it possible to get Google street view/google business view virtual tours to display as a sphere instead of a flat image ( or equirectangular I believe is the correct name) using the google maps api or embed? So far in my trials I have not been able to get it to display correctly. It just displays as a flat image (equirectangular) when on a mobile device.
The tour I have shown below is this one (just a random one I found): https://www.tourmake.it/nl/tour/e2f74fe593a99a3db61e921b417afbee
Ones that I have found that work on iOS/Andriod (Note these are complex google made ones so I am assuming they have done some custom coding to make it work?):
- https://insideabbeyroad.withgoogle.com/en/all-access/studio-1/1060#x=&y=&z=
- https://nightwalk.withgoogle.com/en/panorama/218
iOS - Safari (Just displays flat image)
Android - Google Chrome ( Works 100% how I want)
Another note regarding this demo above. It works fine on Andriod Google chrome but not iOS Google Chrome...
Any tips on how to get this looking good on both iOS and Android browsers?
Looks like I had to add google.maps.streetViewViewer = 'photosphere'; before initializing the object. That uses the new beta streetview renderer.

smart app banners get hide with mobile safari address bar

I know smart app banners is not a part of the document,so "window.scrollTo(0,1)" will got it hide too.
Is there any nice way to deal with this?
I had the same problem and eventually tracked down a solution in the HTML5 Boilerplate mobile code. The details area in my question, Hiding address bar without hiding the smart app banner on iOS 6.

Webcams on Wordpress site not showing up in IE

A client of mine has an issue with their website. The site has several webcams that are linked via an image tag. The webcam images does not show up in IE. I'm not sure how to properly display the webcam images. Any help would be appreciated.
I believe that for IE you have to use the Axis Media Control
see here (http://www.axis.com/hosting/faq.htm)
Q: When I try to view the camera images, I get a warning alert from Windows. What can I do?
A: For Internet Explorer, the default viewer is AXIS Media Control (AMC) which is an ActiveX component that needs to be installed. You can change the viewer settings to Javascript, or use another browser (e.g. Google Chrome, Mozilla Firefox or Safari) that does not require any installations
also here :
http://ask.metafilter.com/187212/MJPG-in-IE

Adobe Air Browser

Im trying to implement a mini browser in adobe air. The browser should work in the same ways as a mobile phone browser, i.e. fit the width of the website to a certain width(specified within the html component) and leave the height to be scrollable.
I have managed to do a mini browser by using the scaleX,scaleY properties of the mx:HTML component however these make the websites look unreadable.
I have also tried setting the css3 zoom property, and that works fine, but it only zooms out certain elements, therefore messing up the site layout.
My question is: Is there a way to make a mini web browser which shows the full content of the website?
Thanks for your help
Air browser cannot be scaled without have an horrible look (no anti-aliasing).
A few years later but here is what I ended up doing:
The requirement was to show the full website that person B was looking at so that person A could guide them through the site. Due to all the limitations of the Adobe AIR Browser we ended up using IECapt (http://iecapt.sourceforge.net/) within an external process to capture the screenshot and send it back to AIR.
This is all well and good, but IECapt is quite out of date as well so recently we have started to look at the using Chromium (http://www.magpcss.net/cef_downloads/) as an ANE within our application and with that we can alter the zoom and dimensions of the page while still being able to keep it up-to-date.

Resources