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

python - how we can use ajax() in views.py in django? -

matlab - Using loops to get multiple values into a cell -

python - Sequence Pattern recognition with Pybrain -