How can I run my mobile application on a website?

I have a project that works to configure a mobile application, I need on my main page to show the embedded mobile application so that the user can see how your application is going, I have developed my mobile application in ionic 3 and I have that application inside me my website project, I’m working on ruby on rails.

I have seen that you can show a website in an ionic mobile application but I do not want that, I want the opposite, I want to show the mobile application on my website.

Is it possible to do this? How could I do it?

I’m looking for something like this: https://ionicframework.com/docs/api/action-sheet

my mobile application within the project of my website:

1

you can use a PWA, just with the same code.
My suggestion is to:

Update to the latest ionic version
converto to capacitor
convert your app to a PWA

it works fine like a web page