Disable enableAdaptiveUI for iPads

Hi team, 

we try to disable enableAdaptiveUI by setting it to false on iPads - still the grouped resources are collapsed  and the mobile view is shown on iPads. How can we disable it? 

We use the latest version of "@syncfusion/ej2-angular-schedule": "^30.1.39",

Thanks,
Max

Desktop:


Image_8930_1753286727857

iPad:
Image_5372_1753286821007

<ejs-schedule #scheduleObj id="scheduler" width="100%" height="91vh" [enableAdaptiveUI]="Globals.isMobileInMicrosoftTeams" [(currentView)]='currentView'
                [eventSettings]="eventSettings" [group]='group'>

4 Replies

SS Saritha Sankar Syncfusion Team July 24, 2025 02:10 PM UTC

Hi Max Melcher,

Based on the details you shared, we have checked the issue on our end but were unable to replicate it. For your reference, we have provided a validated sample below.


Sample: https://stackblitz.com/edit/angular-5tvlt1tj-ahswsddu?file=src%2Fapp.component.html


If you are facing the issue, we would need additional details to replicate the exact problem on our end. We kindly request you to provide the following details, as this information will greatly assist us in understanding and resolving the issue effectively.


  • Share the exact code snippet used or the specific steps followed to replicate the reported issue
  • Provide a simple sample that replicates the issue or is replicated in our shared samples.


Please get back to us with the required details for further assistance.


Regards,

Saritha S.



MM Max Melcher July 24, 2025 03:01 PM UTC

Hi Saritha, 


if I open your example on iPhone, the resources are collapsed, see screenshot below.

On iPad I get a stackblitz error but my iPad is really old.


Thanks,

Max




MM Max Melcher July 25, 2025 09:18 AM UTC

I misunderstood the enableAdaptiveUI property, the collapsing is controlled with enableCompactView and this works now as expected. 

Thanks,

Max



SS Saritha Sankar Syncfusion Team July 25, 2025 09:58 AM UTC

Hi Max Melcher,

 

We appreciate your update and are glad to hear that enabling enableCompactView resolved the issue and the collapsing functionality is now working as expected.

 

Please don’t hesitate to reach out if you need any further assistance.


Regards,
Saritha S.



Loader.
Up arrow icon