Hi ,
On chromium code walkthrough I found that for flags "--start-fullscreen" and --kiosk to work it need to compile flile
/chrome/browser/ui/startup/startup_browser_creator_impl.cc
But this file is not compiled on chromium build on android because of chrome/browser/ui/BUILD.gn
if ((!is_android || use_aura) && !is_ios)
sources += rebase_path(gypi_values.chrome_browser_ui_non_mobile_sources,
".",
"//chrome")
This file is not included on android build.
Could anyone tell me know how to start browser in fullscreen.
Also when I am trying to do full screen after chromium launch then HTML5 gui is not scaled properly according to change in chromium fullscreen .
Is there any solution for this.
Regards
Himanshu