Hi, we are creating a mobile application, but we are also simultaneously developing a web application using FlutterFlow. We have a problem where, if we set the homepage options in FlutterFlow to point to the mobile page, the mobile page obviously loads. However, we want it so that if it’s the web, the specified domain in the homepage settings loads a completely different page prepared for the web application. Do you have any suggestions how to separate this and do it in the most optimal way? We tried using the ISWEB condition in the action, and it works in preview, but unfortunately, it doesn’t work in debug mode (we don’t know if it’s a bug in FlutterFlow itself or if we are doing something wrong).
Thank you in advance for your help.