I have a large-sized image of a floor plan that needs be able to be zoomed in and out of so the user can navigate around the map and be able to read the small print.
I originally created a page that called on a PDF of the map stored in my database. The problem with that was that the PDF only filled the screen and could not be rescaled.
I also had the PDF open in the device's browser using window.open("URL", "_system"); but would really prefer to view the map within the app.
I've created a large-scaled JPEG of the map to use as well. Is there a way I can get this image to display actual-size so the user can scroll left/right and zoom in/out of it?