showQuickInfo=false on mobile disables creating new schedules when tapping on time slots


having showQuickInfo as false ( to turn off quick info on desktop ) completely stops adding things by tapping on time slots on mobile

1 Reply

KK Karthigeyan Krishnamurthi Syncfusion Team September 25, 2019 05:55 AM UTC

 
Syncfusion greetings. 
 
We can disable quickpopup only for desktop mode like below. 
 
:showQuickInfo="isBrowser" 
import { Browser } from "@syncfusion/ej2-base"; 
isBrowser: Browser.isDevice 
 
Regards, 
Karthi  
 
 


Loader.
Up arrow icon