You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 29, 2022. It is now read-only.
We have an angular2 application that uses Hash location strategy, so it needs an url fragment to work. The url is then shortened via goo.gl and applied to an eddystone-url beacon.
However when the beacon is detected, both iOS and Android cannot see the fragment, so for example we had www.foo.com/#/12345 and then shortened it. Both systems will only see www.foo.com/. If I use a Physical Web app on Android and switch Physical Web Service setting to "Production Open Source PWS" it displays url with the fragment, so it pointed to Google's PWS, but is it a bug or expected behavior?
This tool also drops url fragment if I try shortened url, but if I test www.foo.com/#/12345 without shortening - everything is ok.
We have an angular2 application that uses Hash location strategy, so it needs an url fragment to work. The url is then shortened via goo.gl and applied to an eddystone-url beacon.
However when the beacon is detected, both iOS and Android cannot see the fragment, so for example we had www.foo.com/#/12345 and then shortened it. Both systems will only see www.foo.com/. If I use a Physical Web app on Android and switch Physical Web Service setting to "Production Open Source PWS" it displays url with the fragment, so it pointed to Google's PWS, but is it a bug or expected behavior?
This tool also drops url fragment if I try shortened url, but if I test www.foo.com/#/12345 without shortening - everything is ok.
I found this https://github.com/google/physical-web/pull/557/files, can it be related?