Saltar al contenido

Present a Web Page in the App

To present a WordPress page add a button or text link with the following anchor link () to the App Content page. This will open the WordPress page with the giving shortcode in the “in-app browser” appearing to the client to be part of the app.

<a onClick="window.open('https://calvarychapelrosarito.info/web_page/','_blank',
'location=yes,clearcache=yes,clearsessioncache=yes,closebuttoncolor=#6c0c0c,hideurlbar=yes,navigationbuttoncolor=#EEEEEE,toolbarcolor=#EEEEEE,lefttoright=yes,zoom=no,footer=no');">
In-App Web Page
</a>

This is just an example. You will have to make sure the page URL (‘https:// … /’) is correct and change the text “In-App Web Page” text to be what you want it to be.

One might also like to change the colours
closebuttoncolor=#6c0c0c
navigationbuttoncolor=#EEEEEE
toolbarcolor=#EEEEEE
to be what you would like them to be.

Also note that the entire <a … > text should be one contiguous line being careful not to introduce any new spaces.

This is not a perfect solution but it is the only way I have found to accomplish putting an external web page (even a page from WordPress with short code content that does not yet exist as a feature in the app) into the App.