I am using TWA . It is all Ok .But how can I change navigation bar color? I tried to change the app theme but no effect.
You can change android's NavBar and StatusBar colors by, respectively, changing fields background_color
and theme_color
on your app.webmanifest.
Notice that this color can be overridden by the HTML theme-color
<meta>
and background-color
<meta>
elements.
You can learn more at web.dev documentation.