PWA full size screen in new responsive

Guys do you know how to get rid of those white stripes in new responsive engine and make my pwa full screen ?

I think what you need to look at doing is manually setting the theme-color HTML tag at the page/site level

Check out this post Changing Theme Color of Address Bar in Mobile Browsers


Josh @ Support Dept
Helping no-code founders get unstuck fast :rocket:save hours, & ship faster with an expert :man_technologist: on-demand

Hi @josh24 ! Thank you for your response , I tried your method ,but nothing changed…


Do you have an ideas how to fix it in other way ?

I’ve made one tiny change. Try this

<meta name="theme-color" content="#130945" />


Josh @ Support Dept
Helping no-code founders get unstuck fast :rocket:save hours, & ship faster with an expert :man_technologist: on-demand

It’s strange because I see that color changes for a second during page loading, but after that comes back to default


You have a conflict as this is specified to be white somewhere else. It might be that you’ve specified this to be white on the page level? Or perhaps it’s in the configuration for your PWA (more likely)


Josh @ Support Dept
Helping no-code founders get unstuck fast :rocket:save hours, & ship faster with an expert :man_technologist: on-demand

Got it ! thank you so much

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.