MathView icon indicating copy to clipboard operation
MathView copied to clipboard

Unable to scroll after update

Open eric-tong opened this issue 10 years ago • 2 comments

Hi,

I have a MathView with a fixed height that can't seem to be scrolled after the latest update. I suspect it is due to the following snippet:

    // disable touch event on MathView
    @Override
    public boolean onTouchEvent(MotionEvent event) {
        return false;
    }

I'm using a ScrollView to wrap the MathView (set to WRAP_CONTENT) which works fine, but it'll be great if the MathView can handle scroll events too.

Thank you very much.

eric-tong avatar Apr 28 '16 04:04 eric-tong

Hi @eric-tong , I am sorry for your inconvenience because of my mistake.

The snippet is a try for fixing issue #12. But apparently it introduced this bug. I am learning Android's input touch event system, and hopefully an update in a few days will fix this bug. Before then, please keep using the previous version.

jianzhongli avatar Apr 28 '16 06:04 jianzhongli

Hi @kexanie, no worries and thank you for the quick response :)

eric-tong avatar Apr 28 '16 06:04 eric-tong