NativeScript / ios-jsc

NativeScript for iOS using JavaScriptCore

Home Page:http://docs.nativescript.org/runtimes/ios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No requests are shown in Network tab with `tns debug ios --bundle`

Natalia-Hristova opened this issue · comments

Environment

  • CLI: rc -> 5.1.1-2019-01-11-12787
  • iOS Runtime: rc -> 5.1.0-rc-2019-01-07-175720-02 or official: 5.1.0

Describe the bug
Network requests are not shown when use tns debug ios --bundle
NOTE: also not shown when tns debug ios --inspector --bundle

To Reproduce

  1. Create a js project that use webpack and has network requests
  2. Run tns debug ios --bundle or tns debug ios --inspector --bundle
  3. Open the url in Chrome
  4. Go to Network tab

Expected behavior
Network requests to be shown in the Network tab

Sample project

Additional context