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 -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -