Edge pinned site is not loading notifications
Asked Answered
C

1

8

Im coding a web application that should be pinnable to start menu and should updating a text information by the setup. Just like there: MSDN IE11 Reference

In Windows 8.1 desktop and phone it is working well, but on Windows 10 desktop and phone it just do not try (according to server log file) to load XML file mentoined in msapplication-notifications meta tag.

Problem is there is no such documentation for Edge browser, or Im unable to find out...

Is there anybody with such experience?

BR, Jan

Cecilycecity answered 12/6, 2016 at 13:7 Comment(16)
Is the frequency set up correctly? This mentions the default is one day polling interval. What's interesting is that according to the note at the end of the linked section it should be supported on Windows 10 only, so the other way around from what you're seeing.Shoon
Im using 30, its a minimum possible, but it should load the XML in time the page is pinned, but nothing happens...Supercargo
Can you try using msapplication-config instead of the individual meta tags and see if the config file gets hit?Shoon
Also see if mssitepinned document event is called in JavaScript at all when you pin the site.Shoon
msapplication-config is way that I used before, but it seems it is working with the same results - tilecolor and icon are loaded correctly but notification xml has no hits in server logs. Im linking the XML in absolute way.Supercargo
Can you use regedit to delete all subkeys of HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\PushNotifications\wpnidm and try pinning the site again? Maybe it's a caching issue, other than that I don't know what else could help. The JS event did get called or not?Shoon
Also, this goes without saying, but triple check the XML URL. Watch out for maybe using HTTPS when in reality the server doesn't support it and typos. You could also try serving the XML file from localhost to remove any network-related doubts.Shoon
And excuse me, Im Javascript negative, how can I catch that event.?Supercargo
@regedit, I have deleted all the subkeys, behavior is not changed, no subkey was created, since I pinned the site again.Supercargo
I have copied the url from F12 tools and paste it to the browser and that works... Im pretty sure about that there is no typo. Site and file is on the same http site.Supercargo
You need to use F5 in regedit to see the new subkey. As for the JavaScript, check out the JavaScript code block in your link. Calling window.external.msStartPeriodicTileUpdateBatch might work, if even that doesn't, it's probably an Edge bug you're dealing with if it works without change on Windows 8.Shoon
There is no activity in regedit, even if Im pressing F5... Huh, so Im waiting for next Windows 10 update praying for that anybody will handle it ;-)Supercargo
Please remember to answer this question if you figure out a workaround or if it gets fixed in a next release of Windows. Good luck!Shoon
OK, thank you for your effort!Supercargo
Any luck with this? Just seeing it myself. If you do get it working, you'll want to update your tile definitionsHooge
There's a microsoft answers post here where the problem is dismissed as off-topic...Hooge
H
0

It seems this was either:

  • fixed in Windows 10 version 1607 (but broken in 1511), having tested this on another device
  • only a problem on some broken windows installations in the first place

Either way, it seems this now works correctly.

Windows 10 brings in some new tile definitions (adaptive tiles) for these notification files, but remains able to render the old definitions

Hooge answered 9/10, 2016 at 11:23 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.