Reviews for Jiffy Reader
Jiffy Reader by Jiffy Reader
Response by Jiffy Reader
Developer response
posted 2 years agoThank you for he feeback.
Sorry about issue 1, we will look into a better approach and your suggestion is super great.
Issue 2 is interesting and a bit technical to resolve, gesturefy might be the only ones that can resolve the issue as their implementation and ours as you pointed are in a massive battle.
Please reach out to gesturefy and ask them to provide unique id attributes on the div and canvas elements that they add to a web page during right mouse button gesture event.
That would allow us to update our list of elements to be ignored with the unique ID provided by gesturefy.
So basically they have to update their extension so that we can have a way of detecting their dynamic elements and tell our algorithm to ignore it from processing.
This fix on the part of gesturefy should be about a minute to open to code and add an id, then a few minutes to an hour to update it in firefox store , then we have to be notified either by you or them and we can make an update.
Sorry about issue 1, we will look into a better approach and your suggestion is super great.
Issue 2 is interesting and a bit technical to resolve, gesturefy might be the only ones that can resolve the issue as their implementation and ours as you pointed are in a massive battle.
Please reach out to gesturefy and ask them to provide unique id attributes on the div and canvas elements that they add to a web page during right mouse button gesture event.
That would allow us to update our list of elements to be ignored with the unique ID provided by gesturefy.
So basically they have to update their extension so that we can have a way of detecting their dynamic elements and tell our algorithm to ignore it from processing.
This fix on the part of gesturefy should be about a minute to open to code and add an id, then a few minutes to an hour to update it in firefox store , then we have to be notified either by you or them and we can make an update.