Software Archive
Read-only legacy content
Annonces
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 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_
Nouveau contributeur I
918 Visites

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 Compliments
4 Réponses
PaulF_IntelCorp
Employé
918 Visites

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

0 Compliments
Leonidas_S_
Nouveau contributeur I
918 Visites

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 Compliments
PaulF_IntelCorp
Employé
918 Visites

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 Compliments
Leonidas_S_
Nouveau contributeur I
918 Visites

ok thank you for prompt reply

0 Compliments
Répondre