I'm using google maps with ngmap
in an angular application
and I'm having an issue with a custom marker
.
My custom marker
has an input
field inside to set a custom name for my location.
The problem is that on mobile (Android & iOS) I cannot access this field to write into. (Basically I cannot tap on the input field)
Do you have any idea on why would that happen?
I've got my code here to see this thing in action.