Вопрос

is it possible to customize the navigator geolocation bar which is generated by

if (navigator.geolocation) {
   navigator.geolocation.getCurrentPosition(function (position) {
      //....
   });
}

Right now the bar looks really ugly, and searching in the internet did not bring any results

The bar, where the user is asked if he wants to share his location with an app.

Это было полезно?

Решение

If you are talking about the permission bar, the answer is no.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top