Loading mobile/android/app/000-tor-browser-android.js +3 −0 Original line number Diff line number Diff line Loading @@ -56,3 +56,6 @@ pref("general.useragent.updates.url", ""); // Enable touch events on Android (highlighting text, etc) pref("dom.w3c_touch_events.enabled", 2); // No HLS support for now due to browser freezing, see: #29859. pref("media.hls.enabled", false); mobile/android/moz.configure +1 −1 Original line number Diff line number Diff line Loading @@ -96,7 +96,7 @@ project_flag('MOZ_SWITCHBOARD', project_flag('MOZ_ANDROID_HLS_SUPPORT', help='Enable HLS (HTTP Live Streaming) support (currently using the ExoPlayer library)', default=True) default=False) option(env='MOZ_ANDROID_ACTIVITY_STREAM', help='Enable Activity Stream on Android (replacing the default HomePager)', Loading Loading
mobile/android/app/000-tor-browser-android.js +3 −0 Original line number Diff line number Diff line Loading @@ -56,3 +56,6 @@ pref("general.useragent.updates.url", ""); // Enable touch events on Android (highlighting text, etc) pref("dom.w3c_touch_events.enabled", 2); // No HLS support for now due to browser freezing, see: #29859. pref("media.hls.enabled", false);
mobile/android/moz.configure +1 −1 Original line number Diff line number Diff line Loading @@ -96,7 +96,7 @@ project_flag('MOZ_SWITCHBOARD', project_flag('MOZ_ANDROID_HLS_SUPPORT', help='Enable HLS (HTTP Live Streaming) support (currently using the ExoPlayer library)', default=True) default=False) option(env='MOZ_ANDROID_ACTIVITY_STREAM', help='Enable Activity Stream on Android (replacing the default HomePager)', Loading