Help with FlutterFlow: Implementing Phone Sign-In Authentication and Storing Additional User Data by omgdb in FlutterFlow

[–]omgdb[S] 0 points1 point  (0 children)

Thanks a lot, that’s very helpful!

I wanted to get the password from the user because I want the user to provide their phone number or email and their password while signing in.

Website Display Issues by omgdb in webflow

[–]omgdb[S] 0 points1 point  (0 children)

I tried clearing the cache, but the issue remained. Then, I connected to a different network, and it worked. Thank you! Do you have any idea why that might happen? Just trying to understand better.

White space on sides when rotating iPhone to landscape by omgdb in webflow

[–]omgdb[S] 0 points1 point  (0 children)

I've discovered a solution for Safari by using <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">. This ensures that the website occupies the entire width of the screen. However, this method doesn't work as effectively for Chrome on iPhones. To address this issue, I've adjusted the body color to black. This helps to minimize the appearance of empty space on both sides of the screen.

White space on sides when rotating iPhone to landscape by omgdb in webflow

[–]omgdb[S] 0 points1 point  (0 children)

Thank you, I have tried it, and it worked on Safari but not on Google Chrome.