Posts

Post not yet marked as solved
0 Replies
1.1k Views
I am facing a strange issue, this is related to Progressive Web Apps (PWA) apps on the iOS platform. So, when the user opens the link of the app in the Safari mobile browser and then clicks on https://appleid.apple.com then it's working fine but when the user adds the link on the home screen from Add to Home Screen from Safari menu options and launches the app from the home screen then clicks on https://appleid.apple.com then its redirects to AppStore. Please checkout the screenshot also: https://i.stack.imgur.com/ikV5Q.png) I tried every possible solution but nothing seems to be working. Things that doesn't work Changing the scope in the manifest-file Using a href Using windows.open Using rel="noreferrer" Using target="_blank" Using schema I want like that if the user clicks on the https://appleid.apple.com from the home screen app then it should open in InAppBrowser in iOS, this should not be redirected to AppStore
Posted Last updated
.
Post not yet marked as solved
0 Replies
815 Views
User adds website to HomeScreen on mobile and browsers web app. When a user clicks on the link in #1 below it open both a browser and the appstore. It's confusing and wondering if this is something that can be fixed You’ll need to sign into your Apple ID account, and create a new app-specific password to authorize to sync your Apple Contacts. 1.Go to appleid.apple.com 2.Sign in with your usual Apple ID
Posted Last updated
.
Post not yet marked as solved
0 Replies
868 Views
I am facing a strange issue, this is related to PWA apps. So, when the user opens the link in the browser and then clicks on appleid.apple.com then it's working fine but when the user adds the link on the home screen and launches the app from the home screen then clicks on appleid.apple.com then its redirects to AppStore. (https://i.stack.imgur.com/ikV5Q.png) I tried every possible solution (windows.open, changed target, use a href), but nothing seems to be working. I want if the user clicks on the appleid.apple.com from the home screen app then it should open in InAppBrowser, this should not redirected to AppStore
Posted Last updated
.