JavaScript libraries cannot work when using default browser #254
Unanswered
davidleetw
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Internal Eclipse IDE (SWT) browser is limited it terms of security and support. Why do you need the internal browser support? You can make the external Chrome or Firefox default Eclipse IDE browser and use it during the development. Are there any other requirements to use the SWT browser? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear all,
By using Remote Object/BrowserFunction, I made some plugins
integrating with JavaScript libraries like Signature Pad, QR Code Scanner.
No matter at design time or at run time, all work well while executing on external browsers like Chrome/Edge/Firefox, but never work on Eclipse IDE's default internal browser.
A simple test:
Attached zipped file is from Signature Pad official web site, cannot sign if open index.html inside Eclipse IDE and default internal browser, but works well if open with external browsers mentioned above.
How to work around this issue?
To let Eclipse IDE's default internal browser behave as same as external browsers for that.
Thank you very much.
Environment:
Eclipse 4.17/4.20
RAP 3.17
Java 11
Best regards,
David
Beta Was this translation helpful? Give feedback.
All reactions