deveu
Posts: 0
Joined: Tue Apr 08, 2014 4:10 am

Appery to php admin and back again to appery from admin with a button

Suppose I am in appery and
I login to php admin by following code
window.open('http://dev.eu.com.au/business/login?u...")

after few task into admin I want to back to appery to where (Page) I login to php admin
let me know what is the way

deveu
Posts: 0
Joined: Tue Apr 08, 2014 4:10 am

Appery to php admin and back again to appery from admin with a button

I am with appey.io app not with browser.
from app to browser with window.open
I want to back again to app from browser

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Appery to php admin and back again to appery from admin with a button

Hello,

This code open browser on mobile device with button "done" which can close browser and return you to your application.

codevar win = window.open("http://www.sdfsdfdsf.html", '_blank', 'location=yes'); /code

Return to “Issues”