Search code examples
flutterdartios-simulatorflutter-web

Test flutter website on an iPhone Simulator but as a website and not an app


I have programmed a website and now I want to test it on an iPhone simulator but as a website and not an application. When I try to run it on the iPhone simulator it tries to open my algorithm with an app. Is there a solution?


Solution

  • If you are interested in dimensions of your app, select browser as a simulator (Chrome). Then select your device on developer tab. Here is link to tell you how to configure it.