MeteorJS:如何在移动设备上访问 Javascript 控制台
MeteorJS: How Do I Access The Javascript Console On The Mobile Device
如何从 MeteorJS 应用程序的移动设备部署访问 javascript 控制台?
有可能吗?
例如,您可以使用 ios simulator and Android Eclipse 来做这些事情。
拥有设备 运行 后,您可以访问控制台、DOM 检查器等
带有 ios 模拟器的 EG - 这将打开开发工具:
1) 在模拟器中,访问 safari 中的网址。
1) 在常规 Safari 中,转到首选项 > 高级。
2) 在常规 Safari 首选项中,转到开发 > iPhone 模拟器 > 你的网页
在 android 开发中,您可以使用 chrome 导航器
对于iOS:
- 设置开发者工具https://developer.apple.com/library/safari/documentation/AppleApplications/Conceptual/Safari_Developer_Guide/GettingStarted/GettingStarted.html
- 运行 ios https://www.meteor.com/tutorials/blaze/running-on-mobile
- 当您的应用程序在 iOS 模拟器中启动时,启动 safari。
- Select "Develop" 菜单
- Select "iOS Simulator"
您现在可以像往常一样检查元素。
对于 android,请按照此处的说明进行操作 - https://developer.chrome.com/devtools/docs/remote-debugging
如何从 MeteorJS 应用程序的移动设备部署访问 javascript 控制台?
有可能吗?
例如,您可以使用 ios simulator and Android Eclipse 来做这些事情。
拥有设备 运行 后,您可以访问控制台、DOM 检查器等
带有 ios 模拟器的 EG - 这将打开开发工具:
1) 在模拟器中,访问 safari 中的网址。
1) 在常规 Safari 中,转到首选项 > 高级。
2) 在常规 Safari 首选项中,转到开发 > iPhone 模拟器 > 你的网页
在 android 开发中,您可以使用 chrome 导航器
对于iOS:
- 设置开发者工具https://developer.apple.com/library/safari/documentation/AppleApplications/Conceptual/Safari_Developer_Guide/GettingStarted/GettingStarted.html
- 运行 ios https://www.meteor.com/tutorials/blaze/running-on-mobile
- 当您的应用程序在 iOS 模拟器中启动时,启动 safari。
- Select "Develop" 菜单
- Select "iOS Simulator"
您现在可以像往常一样检查元素。
对于 android,请按照此处的说明进行操作 - https://developer.chrome.com/devtools/docs/remote-debugging