简体   繁体   中英

After accepting clevertap web push notification confirmation I get browser based prompt confirmation (to allow or block the notifications) very late

After accepting clevertap web push notification confirmation I get browser based prompt for confirmation to allow or block the notifications very late.

I want the browser based confirmation prompt (to allow or block the notifications) should come as soon as I accept clevertap web push notification confirmation. But sometimes it's come instantly and sometime it takes very long time to appear and user leaves the page till then.

You can try with skipping the Clevertap dialog, so then it'll show the one from the browser right away. Something like:

clevertap.notifications.push({
  "skipDialog":true
});

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM