Software Archive
Read-only legacy content
17061 Discussions

Is any way in app browser page call a local page? also localStorage in "in app browser" page any way shared/copied to local loca

Leonidas_S_
New Contributor I
312 Views

Is any way in app browser page call a local page? also localStorage in "in app browser" page any way shared/copied to local localStorage????

0 Kudos
4 Replies
PaulF_IntelCorp
Employee
312 Views

Leonidas -- I do not fully understand your question. Please post a detailed message in your native language (which I'm guessing is Greek).

0 Kudos
Leonidas_S_
New Contributor I
312 Views

I mean a link inside "in app browser" page - may a PHP page from my PHP site,... can link to a link of a page in app 

<a href="index.html"></a>  

// whereas index.html be the first page of the Cordova App...????

0 Kudos
PaulF_IntelCorp
Employee
312 Views

You cannot link to a page within your app from outside the app. There is no web server in your app, all of the pages that are within your app are file based and are not accessible outside the webview in which they run. When you use inAppBrowser it only has access to pages outside of the webview, that is its purpose.

0 Kudos
Leonidas_S_
New Contributor I
312 Views

ok thank you for prompt reply

0 Kudos
Reply