We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Full Screen Rotator

possible sfrotator image can overlay the statusbar ? make image full screen size

Please advise

3 Replies

MK Muneesh Kumar G Syncfusion Team June 24, 2019 12:28 PM UTC

Hi ANSON, 
 
Greeting from Syncfusion. We have analyzed your query and we have prepared a sample based on your requirement. 
 
Code snippet for set the image full screen size: 
 
For Android: 
 
Insert following code in MainActivity.cs file inside OnCreate method. 
 
this.Window.AddFlags(WindowManagerFlags.Fullscreen); 
 
For iOS: 
 
Insert following code in AppDelegates.cs file inside FinishedLaunching method after LoadApplication (new App ());  
 
UIApplication.SharedApplication.StatusBarHidden = true; 
 
In Infolist file: 
<key>UIViewControllerBasedStatusBarAppearance</key> 
<false/> 
 
 
 
Please let us know, if you have any other concerns. 
 
Regards, 
Muneesh Kumar G.  



AN ANSON June 25, 2019 11:14 AM UTC

is not working when deploy to my phone. S10+
the statusbar is remain black but not overlay  


MK Muneesh Kumar G Syncfusion Team June 26, 2019 06:26 AM UTC

Hi Anson, 
 
We have validated your query “The status bar remains black but not overlay in S10+” and we would like to inform you that, this query related to native android. We suggest try one of these solutions from following link. 
 
 
 
Please let us know, if you have any other queries.  
 
Regards, 
Muneesh Kumar G. 


Loader.
Live Chat Icon For mobile
Up arrow icon