Closed RobbieTheWagner closed 6 years ago
This works in my testing, so I am going to merge. If for some reason we do not want this, we can revert.
I'm concerned about automatically locating onclick=
and similar attributes, it's possible this introduces new bugs. If it does, we should revert. Until then, this seems ok.
@runspired we were already automatically doing all that. The point of this PR was to allow configuration to stop that.
oh, then even better :D
The idea here is to allow two new configuration options
touchActionOnAction
andtouchActionAttributes
. I have attempted to document things both in the code, and in the README, so hopefully this makes sense. We should probably also add some tests for these things.