Hi,
we are developing a hybrid app with kendo ui mobile.
The app receives html/json content from our server and shows this content to the user.
We also have some external html 5 exercises (consisting of some html pages, js and css) on our server.
We are looking for a way to integrate these exercises into our app so that we can open these external pages with a hyperlink from our app (in webview/inappbrowser) and after the user have finished the exercise to go back to the last app view.
Is there a way to show external pages in a view so that it appears that the page is inside the app (with header and footer)?
We already tried to open the external page with javascript in the inappbrowser (window.open(myURL, '_blank', 'location=no'));
This works well so far and the exercise shows up in the new browser window but with location=no we don't have any buttons to go back to the previous page (the last app view).
With location=yes there are buttons, but also shows the url of the external page which we want to avoid.
Thank you very much
Best regards Mark
we are developing a hybrid app with kendo ui mobile.
The app receives html/json content from our server and shows this content to the user.
We also have some external html 5 exercises (consisting of some html pages, js and css) on our server.
We are looking for a way to integrate these exercises into our app so that we can open these external pages with a hyperlink from our app (in webview/inappbrowser) and after the user have finished the exercise to go back to the last app view.
Is there a way to show external pages in a view so that it appears that the page is inside the app (with header and footer)?
We already tried to open the external page with javascript in the inappbrowser (window.open(myURL, '_blank', 'location=no'));
This works well so far and the exercise shows up in the new browser window but with location=no we don't have any buttons to go back to the previous page (the last app view).
With location=yes there are buttons, but also shows the url of the external page which we want to avoid.
Thank you very much
Best regards Mark