Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.
For more information and upcoming events around #dominoforever, please visit our Destination Domino Page
Moving idea to product : Domino Designer
You can already create a web browser control on a Notes form.
In a form in designer choose Create Object -> Control
then select "Microsoft Web Browser"
You can control it from LotusScript:
Set webObj =Source.GetObject("Microsoft Web Browser")
webObj.navigate("about:blank")
webObj.Document.Write( "<b>hello</b>")
good idea, this could allow not only maps but also charts, diagrams, whatever...
some forms of interaction between the embedded browser content and the notes form will open up a lot of potentials ( ie: click/touch and data interface )
but however this is implemented the browser design element needs to be kept current with web standards.
Paul, I understand, but my request is not targeted at XpiNC. It’s about adding a browser element inside a form.
This would allow e.g. to show a google map based on the address of the company mentioned on the document.
The current embedded browser for Notes Client though is insufficient - the XulRunner version is very out of date and my understanding is that Mozilla have stopped supporting it. There has been positive feedback to HCL in the community already for JXBrowser (https://www.teamdev.com/jxbrowser) a fully supported Chromium based browser with powerful embedding capabilities. That would be very beneficial for XPiNC. Unfortunately, it's not going to be an option for Nomad because it's a Java wrapper.
HCL Places seems to be taking the reverse approach, wrapping ICAA in a PWA, so Notes is embedded in the browser, not the other way round. Of course this would prevent use of composite applications such as Mail, Journal(?). But if those are being "modernised" then that avoids the issue of needing to supprt composite apps.
Thoughts from Paul Withers