javascript - Syncfusion controls not loading on iOS native UIWebView -


i have web application built asp.net mvc , used syncfusion controls in it. also, building ios , android application using native webview.

the problem facing syncfusion controls not working @ ios native uiwebview works fine @ android webview , other web browsers.

[error] typeerror: null not object (evaluating 't[1]') getbrowserdetails (ej.web.all.min.js:10:2620892) setwidthtocolumns (ej.web.all.min.js:10:2713042) _completeaction (ej.web.all.min.js:10:2705521) senddatarenderingrequest (ej.web.all.min.js:10:2703872) _rendergridcontent (ej.web.all.min.js:10:2684094) render (ej.web.all.min.js:10:2674498) _initgridrender (ej.web.all.min.js:10:2664775) _checkdatabinding (ej.web.all.min.js:10:2631224) _init (ej.web.all.min.js:10:2626321) (anonymous function) (ej.web.all.min.js:10:19759) (anonymous function) (ej.web.all.min.js:10:20802) (anonymous function) (actelion-test.pulselinks.com:995)

above error thrown page has syncfusion control. becuase of error page failed load required scripts in webview , application not working expected

my current syncfusion script ej.web.all.min.js version 14.2.

it helpful if let me know why getting above error , how can resolve error?

thanks advanced help.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -