-
-
Notifications
You must be signed in to change notification settings - Fork 194
Closed

Description
Hi,
Tell us about the problem
When I run "tns debug ios --chrome" or run the debug via sidekick, everytime livesync updates the app when the code is changed, the chrome devtools port changes. So you have to copy the url again after every change. When debugging android, the port is always the same.
Which platform(s) does your issue occur on?
iOS
Please provide the following version numbers that your issue occurs with:
- CLI: 3.3.0
- Cross-platform modules: 3.3.0
- Runtime(s): 3.3.0
- Plugin(s):
"nativescript-pro-ui": "3.1.4",
"nativescript-sqlite": "1.1.11",
"nativescript-theme-core": "1.0.4",
"tns-core-modules": "3.3.0" - Xcode: 9.0.1
Please tell us how to recreate the issue in as much detail as possible.
run "tns debug ios --chrome"
open chrome with the provided url
change someting in the code
chrome devtools stops working until reloaded with new url from terminal
Best regards
Jacklin