[TIMOB-10764] CLI: "run" hook for Mobile Web apps
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2017-06-29T18:38:56.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | CLI, MobileWeb |
Labels | n/a |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2012-09-04T15:33:43.000+0000 |
Updated | 2018-04-04T23:20:17.000+0000 |
Description
The run hook is responsible for opening the app in a web browser.
Optionally, it can start an HTTP server to host the files. The HTTP server must support static file sharing. It can listen on any non-privileged port and would shutdown when the build command finished.
When no browser is specified, then it will use the system default. We should support all installed desktop browsers as well as Android and iOS. For Android, there would be a
--device-id
of the emulator/device to open the browser on. iOS Simulator may not be possible. iOS device should be possible once the node-ios-device module add support for opening URLs.
Resolving ticket as "Won't fix" as MobileWeb has been deprecated.
Closing as will not fix.