Skip to content

A phonegap IOS plugin that resets programmatically the zoom level of the webview

Notifications You must be signed in to change notification settings

rtoselli/ZoomReset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

ZoomReset IOS Plugin for apache cordova/phonegap 2.5.0 

Put the .h and .m files of the plugin on the plugin folder.
The .js files of your plugin belong in the www folder.

USAGE:
add the plugin entry on the config.xml
<plugin name="UIWebviewZoomReset" value="UIWebviewZoomReset" />

Include the zoomreset.js on your index.html.
 <script type="text/javascript" src="js/zoomreset.js"></script>

Call UiWebviewZoomReset.Reset(sucess,fail) where you want to reset the scale.

About

A phonegap IOS plugin that resets programmatically the zoom level of the webview

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published