SharePoint Framework Webpart implementing ADAL js - Issue in Microsoft SharePoint app in mobile (Android and iOS)
Sharepoint Framework Webparts implementing ADAL JS for creating Access Tokens do not work in Sharepoint sites when opened in SP App in Mobile Phones.
When we open these sites in browser on laptops/desktops,adal js created the access token but forces 3 consecutive page loads thereby making webpart functioanlity working.
However,in Microsoft Sharepoint app in Mobile Phones,forces the page for only 1 load and page goes blank (in iOS) while in Android it loads with incomplete functionality.
1] The Microsoft Sharepoint app should behave the same way as it does in the browser for generating Access Token on login using adal js.
2] The 3 consecutive page loads is not an ideal behaviour from end user perspective. There should be a way to handle the generation of access token from Active Directory using Adal js in single page load.
