Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to hide 'Running in Chrome' toast on TWA application on Android devices?

Few days ago I released an application meeting TWA requirements in PlayStore. Application behaves like a native app, URL bar is of course hidden.

The problem is that application displays native toast 'Running in Chrome' when application is fired for the first time. Users are complaining about that and gave us some bad notes on Google Play.

Is there any possibility to hide this toast?

like image 358
Kamil Murawski Avatar asked Jul 02 '19 10:07

Kamil Murawski


1 Answers

It it not possible for now.

Look at this source, they put it there with purpose: https://bugs.chromium.org/p/chromium/issues/detail?id=813100

like image 140
patonjo Avatar answered Oct 17 '22 03:10

patonjo