cordova - phonegap-appgyver mobile app - redirect back to app from outside? -


I am playing with Appgiver - Steroid app and I think there is no difference with phonegap in the context of the question.

Is it possible to go to the external URL in any way that redirects the app?

Like

  & lt; A href = "http: //redirect.me.back? Target = http: //localhost/tutorial.html" & gt; Click & lt; / A & gt;    

Yes, you can redirect back to your app ..

Just do something on your server:

  & lt; A href = "http: //localhost/tutorial.html" & gt; Go back to the app & lt; / A & gt;   

Or use a redirection service back to URL e.g. Bit.ly (or preferably your own page control)

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -