You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/11/17 15:35:04 UTC

[GitHub] [cordova-android] onelsonic commented on issue #844: Borderless/notch devices doesn't display a fully fullscreen mode

onelsonic commented on issue #844: Borderless/notch devices doesn't display a fully fullscreen mode
URL: https://github.com/apache/cordova-android/issues/844#issuecomment-554757392
 
 
   hi there, 
   not sure if this can help, I see that the AndroidManifest.xml generated by cordova contains the following : 
               android:launchMode="singleTop"
               android:theme="@android:style/Theme.DeviceDefault.NoActionBar"
   
   then a native correct full screen android app contains the following in the AndroidManifest.xml  :
   	android:launchMode="singleTask"
   	android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen"
   
   I may be wrong her but this worth checking, then AndroidManifest.xml is automatically generated by cordova so not sure when this can be changed in order to check it.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org