I want add the cordova plugin: cordova-plguin-ms-adal. Because this plugin is not supported in the ionic-native. I don't know how to implement myself, so I open an issue and hope they will merge this plugin very soon.
In the meantime, I can't wait. So is there any way to use this plugin without using ionic-native?
I tried the following code in my home.ts, but failed to reach.
windows.plugins.Microsoft.ADAL.AuthenticationContext(s);
or directly
Microsoft.ADAL.AuthenticationContext(s);
Note:
- Microsoft and ADAL are the namespaces of the plugin
- AuthenticationContext is the function
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…