Answer the question
In order to leave comments, you need to log in
How to make a background notification when the site starts?
How to make an adaptive background notification on the first launch of the site?
Example:
Answer the question
In order to leave comments, you need to log in
function get_location() {
if (Modernizr.geolocation) {
navigator.geolocation.getCurrentPosition(show_map);
} else {
// Нет встроенной поддержки
}
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question