I tried to use Pointer Events to handle both stylus pen and finger touch simultaneously on touchscreen like phone, tablet. The use case is when drawing using pen, user can use finger for quick gestures. However, when pen is touched, and then finger touched the screen, only the pen touch will be recognize, not the finger touches. But when finger touches is captured first, then pen touches the screen, pointerdown triggered for both.
Thanks all!