android - Stop webview from reloading when user changes language? -


i building googletv app contains webview. if change device's language while app loaded, webview refreshes. jarring experience , totally unnecessary since app displays english.

how can stop webview reloading?

i'm not certain, guessing because app getting configuration change restart due changing locale.

try suppressing configuration change adding android:configchanges="locale" <activity> , see if helps.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -