WebView: how to preserve the user's zoom settings across sessions?
        Posted  
        
            by Jim Blackler
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jim Blackler
        
        
        
        Published on 2010-06-02T17:00:30Z
        Indexed on 
            2010/06/02
            17:04 UTC
        
        
        Read the original article
        Hit count: 227
        
My app uses a WebView, and users sometimes adjust the zoom level to make the text larger. However the zoom level setting is lost when the Activity is closed and another one started.
I can't see how to get and set the zoom level programatically on WebView, can anyone suggest a way this could be done?
© Stack Overflow or respective owner