cancel
Showing results for 
Search instead for 
Did you mean: 

MDK Extension app in web not working

sk_ramkumar
Participant
0 Kudos

Hi Experts,

I am trying to run MDK application in web with extension control. But the app is not loading. 

Getting below error,

Uncaught TypeError: Cannot read properties of undefined (reading 'IControl') I am trying to run the CalendarExtension app in web.Screenshot 2024-03-27 at 12.50.06 PM.png

is it possible to load different page for web and mobile ?

cc : @Jitendra_Kansal  @bill_froelich any help would be great.

Thanks,

Ram

View Entire Topic
bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

The Web client does not support extension controls.  One option would be to use the Platform function to set the visibility for the extension control.  You could also use the platform function in the Page Name to open a different page on web versus mobile.

$(PLT,ios,android,web)

For visibility you could use $(PLT,true,true,false)

sk_ramkumar
Participant
0 Kudos
Hi @bill_froelich making the control visible to false doesnt make any difference. The web application is always trying to load the extension file and returning error.