When page is loaded for the first time, intercom widget is showing on the bottom of page, but when I go to another page (SPA) Intercom widget is not showing.
I try to type this window.Intercom on browser console, before go to another page I got this result
(){for(var t=arguments.length,n=Array(t),o=0;o<t;o++)n[o]=arguments[o];var r={boot:function(t){e.createOrUpdateUser(t)},update:function(t){e.createOrUpdateUser(t)},s
But, when I go to another page the result of window.Intercom is undefined can you tell me what's wrong on here?
When page is loaded for the first time, intercom widget is showing on the bottom of page, but when I go to another page (SPA) Intercom widget is not showing.
I try to type this
window.Intercomon browser console, before go to another page I got this resultBut, when I go to another page the result of
window.Intercomisundefinedcan you tell me what's wrong on here?