具有位置触发推送通知的 PWA?
PWA with location-triggered push notifications?
我读到我们可以使用地理位置和位置触发事件向用户发送推送通知,例如 - send a discount cupom when he/she is walking near a store。
据我所知,这只有使用本机技术才有可能。那正确吗?今天我可以通过制作带有网络推送通知的渐进式网络应用程序来实现同样的结果吗? service worker "wake up" 可以根据用户当前位置吗?
非常感谢,
这称为地理围栏。有 a proposal for adding it to the Web, but the discussion has stalled and no vendor seems to be interested any longer. See the page at What Web Can Do Today 了解更多信息。
我读到我们可以使用地理位置和位置触发事件向用户发送推送通知,例如 - send a discount cupom when he/she is walking near a store。
据我所知,这只有使用本机技术才有可能。那正确吗?今天我可以通过制作带有网络推送通知的渐进式网络应用程序来实现同样的结果吗? service worker "wake up" 可以根据用户当前位置吗?
非常感谢,
这称为地理围栏。有 a proposal for adding it to the Web, but the discussion has stalled and no vendor seems to be interested any longer. See the page at What Web Can Do Today 了解更多信息。