You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix: creating host correctly when http or https are added from the beginning
* Fix :: Changed double quotes for single quotes
* Fix :: Getting the full page URL
* Fix :: Changed order params
* Fix :: Replaced quotes from double to simple
* Fix :: Adapting format to lint
* Remove TODO comment
* Added more controls
* camelcase fix
* Changed test
* Remove "inIframe" util
* Fix: solved error getOs and created getVendor functions
* Fix: Solved CircelCI format problems
---------
Co-authored-by: Jordi Arnau <[email protected]>
Co-authored-by: ruben_tappx <[email protected]>
if(ua.indexOf('Windows')!=-1){return'Windows';}elseif(ua.indexOf('Mac OS X')!=-1){return'macOS';}elseif(ua.match(/Android/)){return'Android';}elseif(ua.match(/(iPhone|iPod|iPad)/)){return'iOS';}elseif(ua.indexOf('Linux')!=-1){return'Linux';}else{return'Unknown';}
0 commit comments