微信小程序是不是不支持js的Navigator 对象
代码报
VM3962:1 thirdScriptError
Cannot read property ‘appName’ of undefined;at pages/me/me page lifeCycleMethod onLoad function
TypeError: Cannot read property ‘appName’ of undefined
这个是我测试的代码
console.log(navigator.appName);