Hi,
The problem is from:
main.js?ver=3.3.2:4870 Uncaught TypeError: Cannot read property ‘length’ of undefined
at HTMLDivElement.<anonymous> (main.js?ver=3.3.2:4870)
at Function.each (jquery.js?ver=1.12.4-wp:2)
at a.fn.init.each (jquery.js?ver=1.12.4-wp:2)
at Object.init (main.js?ver=3.3.2:4869)
at Object.init (main.js?ver=3.3.2:89)
at HTMLDocument.<anonymous> (main.js?ver=3.3.2:5042)
at i (jquery.js?ver=1.12.4-wp:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4-wp:2)
at Function.ready (jquery.js?ver=1.12.4-wp:2)
at HTMLDocument.J (jquery.js?ver=1.12.4-wp:2)
$(‘.grve-row-section’).each(function(){
if ( $(this).attr(‘data-anchor’).length ) {
$(this).attr(‘id’, $(this).attr(‘data-anchor’) );
}
});
That error prevents further execution of scripts and flipbook never starts; since it relies on jQuery onReady function.
The error occurs only in mobile, so just correct and validate the statement and it will work.
Best,
DearHive