locked
My website works fully perfectly on IIS. What is the simplest way to make its mobile version RRS feed

  • Question

  • User-786564416 posted

    My website works fully perfectly on IIS. What is the simplest way to make its mobile version so I don't start the mobile application from scratch

    Friday, December 8, 2017 9:57 AM

All replies

  • User475983607 posted

    My website works fully perfectly on IIS. What is the simplest way to make its mobile version so I don't start the mobile application from scratch

    There is no simple path to a responsive website once the application is created.  There are responsive frameworks, like Bootstrap, which use HTML, CSS, and JS to create a responsive website.  However, you needed to implement the framework constructs when the site was initially created.

    Friday, December 8, 2017 11:27 AM
  • User61956409 posted

    Hi alihusain_77,<o:p></o:p>

    Firstly, as mgebhard mentioned, if you’d like to make your website pages look good both on desktops and mobile, you can try to use some HTML, CSS, and JavaScript frameworks for developing responsive web sites, such as Bootstrap etc. And if not create the mobile application from scratch, you need to add required CSS and JS references in your master page (or layout) and modify your html markup using responsive CSS styles. <o:p></o:p>

    <o:p> </o:p>Besides, if you’d like to view your website with updates in mobile through LAN or WLAN in your development environment, you can refer to the following threads:<o:p></o:p>

    With Regards, <o:p></o:p>

    Fei Han<o:p></o:p>

    Monday, December 11, 2017 3:23 AM