-
-
Notifications
You must be signed in to change notification settings - Fork 59
Closed
Description
Make sure to check the existing issues in this repository
If there is no issue for your problem, tell us about it
After trying to debug ios
several times and open several tabs in Chrome the new opened tabs are empty and its UI is not responsive (e.g try to switch tabs - Elements, Console, Source ets.)
Please, provide the following version numbers that your issue occurs with:
- CLI:
rc
4.1.0-2018-05-28-11677
- Runtime(s):
'4.1.0-rc-2018-05-26-01'
Please, tell us how to recreate the issue in as much detail as possible.
tns create TestApp
tns debug ios
- Open url in Chrome (keep this tab)
- Stop debug in terminal with
ctrl+c
tns debug ios
- Open url in Chrome in different tab
Note: Make sure you have 2 opened tabs in Chrome that will be with the same url
Is there any code involved?
- provide a code example to recreate the problem
- (EVEN BETTER) provide a .zip with application or refer to a repository with application where the problem is reproducible.