I have created a plugin that uses the built in Milestone chromium browser. Everything works as expected with exception of being able to download a file from within the workspace chromium sandbox. I have searched the forum and found some old articles talking about IE and things but they are all really outdated.
How can i allow a file to be downloaded from within my plugins workspace that is using the `ViewAndLayoutItem.InsertBuiltinViewItem(0, ViewAndLayoutItem.HTMLBuiltinId, properties);` method? The plugin is the latest version of Milestone 2023 RC1
There is no build-in Chromium browser, the articles that refer to IE are still relevant. Milestone is aware that it is not optimal to be dependent on IE still. To replace the “HTML View Item” is on the list of things to modernize and improve in the future.
https://supportcommunity.milestonesys.com/KBRedir?art=000033852&lang=en_US
https://supportcommunity.milestonesys.com/KBRedir?art=000033821&lang=en_US
Oh! With my meeting with our Milestone rep, i specifically asked if the built in browser is running chromium and he assured me yes, that it was. So you’re certain that 2023 RC1 runs IE?!?
I am certain. I am also certain it is something Milestone want to address but unfortunately I cannot give you a date when the HTML View object will be changed.
Do you have example code using the ModernBrowser package? The one in the link above is 4+ years old with missing dependencies. It would be helpful if the Milestone GitHub example project had something functional with this browser.