JQuery Mobile Iframe

How can I show an external site in an iframe in jQuery Mobile. I need to open an external site in an iframe and a back button so that we can go to the previous page where the iframe starts. Any help would be appreciated.

+4
source share
1 answer

You can use the popup menu in jquery mobile.It will open the external url in the popup, and you can also add a controller to close the popup.

Here is an example http://jquerymobile.com/demos/1.2.0/docs/pages/popup/popup-iframes.html

+3
source

Source: https://habr.com/ru/post/1500651/


All Articles