How to redirect user to PWA using URL - html

I want to redirect user to my PWA from a link in an email and/or other application. This doesn't work now because on iphone it redirects to the Safari browser instead of the PWA.
Anybody a solution/idea for this?

Related

Open Registration link sent by another web app in the Browser

I have a web app running in Browser through which I can send Registration links. The registration link is received in Gmail. When a user, accessing the link from a mobile device, the link opens in Gmail in-app browser.
I want the link to be opened in user's default browser.
How can I achieve this?
Note: Do not suggest changing Gmail settings. Suggest code related changes only

Open link in mobile browser(safari) instead of Facebook native browser (html base)

Im developing a web with facebook share link function. I notice facebook mobile apps will open shared link in its own browser, instead of mobile broswer (IE. safari, chrome and so on). Is there any control on this able us to force facebook open the link in mobile browser?
No. The only reliable workaround is if you use the web app with an iOS app, and all users install that iOS app, you can send users to your iOS app to accomplish that task which isn't a great workaround.
An easier but still not optimal solution would be to detect the Facebook browser in the user-agent string, and display a message to prompt users to visit the URL in the mobile browser.

user not redirecting to website homepage after social login in google chrome

I am trying to inegrate my wordpress website with social media and have used a plugin called facebook all from http://wordpress.org/plugins/facebookall/ for this purpose, but after authentication the user is not redirected to his homepage, but when we reload the page the user is logged in. The issue is valid only in google chrome and works perfectly in Mozilla. Kindly help me ASAP.

Android browser doesn't update the url on address bar on jQuery mobile

I am using jQuery mobile 1.3.1 to create a mobile web site. I have some basic content in the page
Login
Signup
when user clicks to one of the buttons he should go to mydomain/login or mydomain/signup . In chrome on android or in safari on iOS it works like this way but on android browser url is still mydomain after the click. It doesn't add signup or login to the end of the link. It still works jQuery mobile makes an ajax request and shows the login or signup page but when I refresh the page of course it goes back to mydomain rather than my domain/login .
In some web sites I heard android 4 is not supporting html5 history. Is that happening because of that? And is there any solution to solve this? Or am I doing something wrong?
Thanks in advance.

Facebook Connect w/ Mobile Web App - How to get most fluid flow?

I'm developing a mobile wep app, and would like to allow my users to login using Facebook connect.
I initially implemented the standard Oauth2 authentication, but I found a couple issues:
When I install the app as a home screen shortcut and the user needs to authenticate the user is redirected to facebook's site for authentication in normal safari. When the user is redirected back, the user is still in safari (with the top and bottom nav bars). This is obviously sub-optimal as I'd like to have the full-screen appearance
I can't get logout to work properly, there appears to be a m_user cookie left on facebook.com that is the username of the user that was previously logged in.
I thought, perhaps, that I could switch to the javascript SDK for facebook connect and render a pop-over instead of the redirect dance, but it looks like this is a pop-up only experience. When I try it on the simulator it appears the home screen shortcut is broken out of to safari, and then after login the user isn't even logged in (and the screen remains blank).
Any ideas on the smoothest way of using Facebook connect on a mobile web (HTML5) app, especially if the homescreen shortcut is to be retained?
thanks!
-simon
Have you tried the latest Javascript SDK to accomplish this? https://developers.facebook.com/docs/reference/javascript/