开发者

Ask permission for Geolocation using notifications API

开发者 https://www.devze.com 2023-03-13 09:04 出处:网络
I am eager to know if I can ask permission for geolocation using the n开发者_StackOverflowotification API(HTML5) and save it in the preferences(chrome) ?? Notification API is for notification only. Yo

I am eager to know if I can ask permission for geolocation using the n开发者_StackOverflowotification API(HTML5) and save it in the preferences(chrome) ??


Notification API is for notification only. You can't have any interaction in notification.

The permission asking is done by the browser so there's no way you can skip it, so I don't think it's possible to find any workaround to use notification API for permission asking.

0

精彩评论

暂无评论...
验证码 换一张
取 消