jianzhongli / MathView

A library for displaying math formula in Android apps.
Apache License 2.0
1.01k stars 189 forks source link

Zoom doesn't work #51

Open tranleduy2000 opened 6 years ago

tranleduy2000 commented 6 years ago

Form version 0.0.4, zoom in webview working perfectly. But I update to version 0.0.6 it not working.

    private void setup(Context context) {
        getSettings().setSupportZoom(true);
        getSettings().setBuiltInZoomControls(true);
    }
demonsantosh commented 5 years ago

Did you find any solutions regarding zooming in new relaese , Thanks to you I came to know its working in 0.0.4 and checked its quite not smooth @tranleduy2000