Mobile screen issue with prod build
See original GitHub issueAfter taking a clone of the master branch and running npm build --prod
run the dist folder with http-server dist
the UI on the mobile screen gets distorted as unwanted scrolling occurs vertically and horizontally here are the login page and dashboard page.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:8
- Comments:12
Top Results From Across the Web
Android Touchscreen Not Working? 7 Tips, Fixes, and ...
Press and hold the Power button to display the power menu, then tap Restart if you're able.
Read more >Blank screen when using --prod and --release to build Ionic 3 ...
1 - I spent 5 days struggling on this problem to find out that this target was causing this annoying blank screen. I...
Read more >Only prod Instance build stays white after the splash screen
*This apk is working fine without giving any issues. But when try to output a production build, while building it gives no errors,...
Read more >Solved: Re: creating now mobile screen - ServiceNow Community
Hi Fromsee, Good Day! Mobile screens (earlier known as Applets) are stored in a table named sys_sg_screen. So, if your requirement is to...
Read more >How to fix Galaxy android phone screen flickering or flashing
Troubleshoot your issue and book a repair. Need help with your product? Try our online troubleshooter to resolve the problem. If it hasn't...
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 FreeTop 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
Top GitHub Comments
I also facing this issue. Please help with the solution.
@lorenzochaudessolle it needs to go in body, at the bottom of your
style.scss
or inside@mixin nb-overrides()
in your_override.scss
you need to add the following :hope this resolves your issue