leaflet js mobile popup not opening code example
Example: leaflet js mobile popup not opening
add to map opening function "tap: false"
var map = L.map('map',
{
center: data,
minZoom: 2,
zoom: zoom,
tap: false
});