### 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' }