mapsapi icon indicating copy to clipboard operation
mapsapi copied to clipboard

Deprecated warnings in chrome 45

Open andymost opened this issue 8 years ago • 1 comments

On drag: 'webkitMovementX' is deprecated. Please use 'movementX' instead. 'webkitMovementY' is deprecated. Please use 'movementY' instead

http://caniuse.com/#search=movementX

On fullscreen toggle: requestFullscreen() is deprecated on insecure origins, and support will be removed in the future. You should consider switching your application to a secure origin, such as HTTPS

On location control enable: getCurrentPosition() and watchPosition() are deprecated on insecure origins, and support will be removed in the future. You should consider switching your application to a secure origin, such as HTTPS.

https://sites.google.com/a/chromium.org/dev/Home/chromium-security/deprecating-powerful-features-on-insecure-origins

andymost avatar Sep 16 '15 12:09 andymost

Думаю, ничего менять не нужно, все функции просто перестанут работать в Хроме, т.е. контролы фуллскрина и геолокации пропадут в https.

Trufi avatar Oct 14 '15 10:10 Trufi