Reputation: 11
I have built a Progressive Web App that goes directly to my login on open (auth.mydomain.com). Because the login page is on a different domain, the safari ux shows up on the top and bottom of the page. Does anyone know of a way for it to show up without the bar styling at the top and the bottom (essentially with the styling as if it were in the same domain)? The problem is the bar styling on the top and the bottom
Here are screenshots:
This one does not have the problem which is the bar styling on the top and the bottom: Styling with browser top and bottom removed smartbettor.ai
This one does have the problem which is the bar styling on the top and the bottom:Styling with browser top and bottom auth.smartbettor.ai
-This is build with node js on aws amplify
"scope": "/", "start_url": "/api/auth/login?returnTo=%2Fmarket-view",
here is the scope and start_url of the app. I was assuming that since it was still .smartbettor.ai it would fall within the scope, but the styling change suggests otherwise.
Upvotes: 1
Views: 8