We have a web application built with ASP.NET MVC and used syncfusion controls in it. We are also trying to develop a mobile application for the same and have a feature where the actual web site is being loaded into the mobile app using the native webview. The web site loads fine on ios safari or chrome however when we try to load the site using the ios native Webview from our ios app, the page seems to cause javascript errors and gets stuck. The page that we are trying to load using ios webview contains syncfusion grid and scheduler controls. If we remove these controls from the page and then try to load it using ios Webview it works fine. But it seems syncfusion controls are causing some sort of javascript error that prevents the page to get loaded on ios Webview.
We have managed to track the actual javascript error that we are getting. We are getting some error from getbrowserdetails() function from ej.web.all.min.js where it probably encounters some null value reference.
At the moment we are clueless of what's going wrong or what to do with this. It is important for us to load our ASP .NET pages into the ios webview and at this moment we are stuck with it. Seeking some help from the experts.
Thanking in advance!
Zakir Hossain