### What problem does this feature solve? in mobile text poptip-plugin only trigger by `TouchMove`, should support trigger by `TouchDown` event ### What does the proposed API look like? poptip: { trigger: 'pointerover' | 'pointerdown' }
What problem does this feature solve?
in mobile text poptip-plugin only trigger by
TouchMove, should support trigger byTouchDowneventWhat does the proposed API look like?
poptip: {
trigger: 'pointerover' | 'pointerdown'
}