Can't get Mobile Responsiveness to work.
See original GitHub issueI can’t seem to get the mobile responsiveness working for my project.
Configurations I made:
config: {
responsive: [
{ page: "Desktop", types: ["desktop"] },
{ page: "Mobile", types: ["tablet", "mobile"] },
],
}
I also gave the same name for the home screen in the Desktop and Mobile figma pages
It can be tested in same repo and project link: https://www.figma.com/file/uKgt9PzMeazuh8SqXJQoVs/Figma-low-code-route-test?node-id=0%3A1 https://github.com/kingzley/figma-low-code-test
Is there any extra configuration I am missing?
Thank you.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Responsive web design is working on desktop but not on ...
I have a website which must be responsive for mobile phones. I've created it using my desktop. When I adjust browser windows it's...
Read more >My Responsive Website Isn't Working. The Fix: Viewport.
Learn why your responsive website doesn't work on iPhones but works on desktop, what viewport is, and how to fix your responsive layout...
Read more >responsive not working correctly on mobile but works in browser
The responsiveness works perfectly when mobile is emulated through chrome, but when viewed on mobile it doesn't work.
Read more >Not responsive on mobile - WordPress.org
I have the pro version of the plugin and have the same problem with viewing on mobile devices. Is there a plugin update...
Read more >9 Reasons Why Your Website Doesn't Work On Mobile Devices
The number one reason why your website might be failing to work on a mobile device is that it is simply not mobile...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This might be related to the break points. I will have another look!
On Thu, Jun 17, 2021 at 5:08 PM Michael Kingsley @.***> wrote:
– “Overfitting” is not about an excessive amount of physical exercise…
I had to deploy update to heroku and test with my phone, and it works. http://figma-low-code.herokuapp.com/
I discovered something strange. See screenshot below. When I reduce the window size, it doesn’t respond. However when I click the “toggle device toolbar”, it works, but takes some seconds to respond.
But it works well and fast on my phone though. Would be using my phone to test. Thanks a lot @KlausSchaefers .