I git cloned repo of frappe mobile framework and did cordova run android so that apk is launched in usb connected android mobile. On login screen i am giving my local server URL, it passes authentication but after that it stucks at splash screen. On debug console it gives
Uncaught ReferenceError: LocalFileSystem is not defined
at Channel. (common.js:108)
at Channel.subscribe (cordova.js:775)
at document.addEventListener (cordova.js:133)
at HTMLDocument.document.addEventListener (cordova.js:1703)
at Object.read_file (common.js:106)
at Object. (desk.js:43)
at j (jquery.min.js:2)
at Object.fireWith [as resolveWith] (jquery.min.js:2)
at x (jquery.min.js:4)
at XMLHttpRequest. (jquery.min.js:4)
Screenshot is below
any help or pointer is appreciated. thanks