Reputation: 1090
I created a Mobile app using (https://www.greencopper.com/solutions). It has a cross-platform which I can edith the contains online and would like to add it to my Website (Like facebook iframe "scrollable").
Upvotes: 2
Views: 3171
Reputation: 15817
If your app is a Progressive Web App, yes: just use your app's URL as src
attribute of the iframe
and you should achieve your desired result.
If your app is a native app (i.e. you have a file which should be loaded in the phone, probably through the stores), no you can't.
Upvotes: 8