a: {
onPress?: (
event: GestureResponderEvent,
href: string,
htmlAttribs: Record<string, string>,
target: "_blank"
| "_self"
| "_parent"
| "_top"
) => void;
};
need a onLongPress for use case like download image or show context menu while long pressing some elements.