Skip to content

this is simple app for converting your website to app easily

License

Notifications You must be signed in to change notification settings

enghamzasalem/web2appIonic1

Repository files navigation

website to app in one minute

This is simple app for converting your website to app easily

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system. Prerequisites:

npm install -g ionic

ionic start myproject --type ionic1
  • choose blank type project
cd [projectname]

ionic serve
  <ion-content>
        <div class="container">
          <iframe
            name="chatFrame"
            id="iframe"
            class="iframe"
            style="width:100%;height:1000%"
            src="https://enghamzasalem.com" // put your website
            align="top"
            frameborder="0"
            allowfullscreen
          >
          </iframe>
        </div>
      </ion-content>
  • and add this CSS to www/css/style.css
.container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

Build Project :

ionic cordova build android

About

this is simple app for converting your website to app easily

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published