This repository has been archived by the owner on May 19, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added useragent option to background webview
Example JSON ```json "body": { "background": { "type": "html", "url": "http://google.com", "options": { "useragent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36" }, "style": { "background": "#ffffff", "progress" : "rgba(0,0,0,0)" }, "action": { "type": "$default" } } } ```
- Loading branch information