lafama
lafama
I ended up hard cording the values i wanted in the angular-deckgrid.js file ``` Deckgrid.prototype.$$getLayout = function $$getLayout () { var content = '3 .col-md-4',//$window.getComputedStyle(this.$$elem, ':before').content, layout; ```
Hi, I finally managed to know whats happening. Pop-ups are not allowed on chrome ios, is there another way to authenticate other than using this ``` additionalUrlParams: { display: 'popup'}...
Hi, I figured out what the problem is ``` cordova = cordova === null ? this.isCordovaApp() : cordova; ``` This code on chrome for IOS always returns true (makes it...