tikky

Results 12 comments of tikky

I've got the same issue with ESP32. I can see WiFi network and connect to it. Then I can browse from iPhone Safari to 192.168.4.1, but when I want to...

`sensor.ser.isOpen()` always give me TRUE I am not sure if you have read my question properly. I did not want to check if serial port is open, but I'am interested...

+1 - nice idea, works perfect

This works for me, however this is a js way not css: First - you need a variable to store control, in my example: **var control** = L.Routing.control({ ... })...

The problem is visible on: Opera, Chrome, Edge - tested on Windows 10 Problem also on iOS @ iPhone11 Works fine only on Firefox For reference I have tested main...

ok, I will check on my local development env BTW: on webpage with the problem maybe will be better to use OpenStreetMap tiles - this should resolve the issue

I have checked that on my local development site and I am still experiencing the same issue (tested on Chrome and Opera): ![image](https://user-images.githubusercontent.com/546755/103710003-319ccf80-4fb4-11eb-9ffe-5902905ba146.png) Here is a full html test, co...

Hello, yes, adding this css seems to resolve an issue. I've checked on Opera/Chrome - and iPhone/iOS So is it a bug or I've done something wrong? For me it...

Hello, thanx for suggestions. What works for me is to override two css settings but in different place: ``` .leaflet-routing-container-hide .leaflet-routing-collapse-btn { top: 0px; left: 1px; } ``` Now seems...

As suggested have deleted `padding-top: 4px` from the` .leaflet-routing-container, .leaflet-routing-error` class and changed `.leaflet-routing-container-hide .leaflet-routing-collapse-btn` as per above, but the icon is not centered: ![image](https://user-images.githubusercontent.com/546755/103770197-e6bba000-5025-11eb-9707-694c1be585bf.png) Have to add this two...