Hello,
I am looking for a way a script to be inserted when downloading a webpage in EB. I know this is a capability with Wavelink IB (See inserted image). Does anyone have any suggestions for EB?
King Regards,
Dan Gonzalez
Can scripts be inserted to EB in header/footer when downloading a web page?// Expert user has replied.Hello, |
Subscribe to email updates
Monthly updates from our Zebra development team, straight to your inbox.
3 Replies
Released in December, Enterprise Browser 1.3 added DOM injection, which lets you inject JavaScript, CSS and meta tags when a page loads.
Please refer to the Enterprise Browser 1.3 DOM Injection Guide.
You can achieve the same in Enterprise Browser upcoming release.(v1.3)
You can inject javascript ,CSS,Metatags in the DOM.
Depending what you are looking for...
on the above screen looks like you are inserting meta tags.
There are some options to set default meta tags in EB config.xml file.
Also take a look into RegEx in the config that could do some potential replace/insert tags and other hacks.