HTML code is not visible on mobile devices
-
Hello,
I use the following tool as html code on my website. Litespeed Html minify, JS and CSS compression enabled. The problem is that the pages where I add this code are visible on the computer but not on mobile devices. It works when we turn off the Litespeed plugin completely. How can we just exclude this code. Or do you have any other suggestions? Please help us with this. Sample code is below.<!– TradingView Widget BEGIN –>
<div class=”tradingview-widget-container”>
<div class=”tradingview-widget-container__widget”></div>
<div class=”tradingview-widget-copyright”>TradingView tarafından <span class=”blue-text”> AAPL sembolü için Teknik Analiz</span></div>
<script type=”text/javascript” src=”https://s3.tradingview.com/external-embedding/embed-widget-technical-analysis.js” async>
{
“interval”: “1m”,
“width”: 425,
“isTransparent”: false,
“height”: 450,
“symbol”: “NASDAQ:AAPL”,
“showIntervalTabs”: true,
“locale”: “tr”,
“colorTheme”: “dark”
}
</script>
</div>
<!– TradingView Widget END
–>
The topic ‘HTML code is not visible on mobile devices’ is closed to new replies.