如何从MeteorJS应用程序的移动设备部署访问javascript控制台?
这可能吗?
例如,您可以使用ios模拟器和Android Eclipse来完成这些操作。
一旦设备运行,您就可以访问控制台、DOM检查器等。
EG与ios模拟器-这将打开开发工具:
1) 在模拟器中,访问safari中的网址。
1) 在常规Safari中,转到首选项>高级。
2) 在常规Safari首选项中,转到"开发">"iPhone模拟器">"您的网页"
在android开发中,您可以使用chrome navigator
https://developer.chrome.com/devtools/docs/remote-debugging
对于iOS:
- 设置开发人员工具https://developer.apple.com/library/safari/documentation/AppleApplications/Conceptual/Safari_Developer_Guide/GettingStarted/GettingStarted.html
- 运行ioshttps://www.meteor.com/tutorials/blaze/running-on-mobile
- 当你的应用程序在iOS模拟器中启动时,启动safari
- 选择"开发"菜单
- 选择"iOS模拟器"
现在,您可以像以前一样检查元素。
对于android,请按照此处的说明操作-https://developer.chrome.com/devtools/docs/remote-debugging