question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[0.14.5 sdk]inject_js_start not work

See original GitHub issue

version: 0.14.5 os: Windows

test code:

// package.json
{
  "main": "http://www.qq.com",
  "inject_js_start": "demo.js",
  "name": "menu demo",
  "window": {
    "width": 700,
    "height": 700
  }
}
// demo.js
alert('hello inject_js_start')

0.14.5 inject_js_start not work. can not alert “hello inject_js_star”

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
rogerwangcommented, May 24, 2016

It’s not the same bug. I’ll fix webview and give updates here.

1reaction
rogerwangcommented, May 23, 2016

This is fixed in git and will be available in the next nightly build.

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found