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
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
The register event is not firing when I am testing the browser is supporting the viewport units using modernizr and adding the fallback as below
`if(Modernizr && Modernizr.viewportunits){
setTimeout(function(){
addScript('scripts/lib/viewportFallback/vunits.js');
}, 1000)
I added the prefixfree.js in the index page initially, i am doing angular application.
The register event is fired when i included it in index page but not fired when i included by javascriopt as above
Thanks in advance for any help.
The text was updated successfully, but these errors were encountered: