문제

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