arnog / mathlive

A web component for easy math input
https://cortexjs.io/mathlive
MIT License
1.56k stars 276 forks source link

MathLive virtual keyboard issues #2456

Open a-way-through opened 3 months ago

a-way-through commented 3 months ago

while using mathlive virtual keyboard in a angular/ionic project, the keycap can be pressed only once the second time it is clicked it is treated as active Screen Recording 2024-07-18 at 6.04.08 PM.zip

If the keyboard is open and try to click the action button the add columns or add rows are automatically clicked on hover

Screenshot 2024-07-18 at 5 57 14 PM

\exponentialE & \imaginaryI does not act as latex in other editors outside

arnog commented 3 months ago

Unfortunately, there isn't enough information provided in this report for it to be actionable. Please follow the report template, provide some code that can reproduce the problem so it can be investigated and confirm this is happening with the current version of the library.

a-way-through commented 3 months ago

Unfortunately, there isn't enough information provided in this report for it to be actionable. Please follow the report template, provide some code that can reproduce the problem so it can be investigated and confirm this is happening with the current version of the library.

This is my repo, just a basic angular application @arnog have checked this repo https://github.com/a-way-through/mathlive-ng-demo

GGilli commented 2 months ago

This was a zone.js problem. There was a thread on this. Now I have a similar problem due to the tooltips delay on iOS. If I find more info on zone problem I'll paste here!

a-way-through commented 2 months ago

This was a zone.js problem. There was a thread on this. Now I have a similar problem due to the tooltips delay on iOS. If I find more info on zone problem I'll paste here!

Ya I think so, i can not run the angular application without zone.js as i tried that and i also tried to set false to zone flag which also did not work

GGilli commented 2 months ago

@a-way-through here you are the thread I mentioned. It resolved my problem before so you can give it a try. Hope it helps

https://github.com/arnog/mathlive/issues/1935