question

T. Kincaid avatar image
T. Kincaid asked

Leaflet Marker Pop-Up Not Working on Kindle Fire HD 6

I use Leaflet in a WebView for offline maps in several apps. It works fine on all my devices. Except on a Kindle Fire HD 6 (4th generation) the marker pop-up rarely display. I keep clicking on the marker and nothing happens. Once in a while, with no pattern, it does show the pop-up. The pop-up works fine on all other devices. What could be wrong? var i = L.icon({iconUrl:"marker.png", iconSize:[100,100], iconAnchor:[50, 50]}); var m = L.marker([lat,lon],{icon:i}); m.bindPopup("HEY"); m.addTo(map); You can download the whole Android Studio project here: https://github.com/tomkincaid/LeafletTest
fire tablet
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Nick Gardner avatar image
Nick Gardner answered
That device has a normal Android Webview, so it should work the same on that device as any other Android 4.4 device. -Nick
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.