<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Luongo Vincenzo - Blog &#187; HTML5/CSS</title>
	<atom:link href="http://history.luongovincenzo.it/websites/my_website/v6/blog/category/html5css/feed/" rel="self" type="application/rss+xml" />
	<link>https://history.luongovincenzo.it/websites/my_website/v6/blog</link>
	<description>    CiÃ² che non conoscete vi potrebbe danneggiare - Kevin Mitnick</description>
	<lastBuildDate>Mon, 09 Dec 2013 11:04:30 +0000</lastBuildDate>
	<language>it-IT</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.7.1</generator>
	<item>
		<title>[Phonegap/iOS] How to fix hide status bar with Phonegap 2.9.0</title>
		<link>https://history.luongovincenzo.it/websites/my_website/v6/blog/phonegapios-how-to-fix-hide-status-bar-with-phonegap-2-9-0/</link>
		<comments>https://history.luongovincenzo.it/websites/my_website/v6/blog/phonegapios-how-to-fix-hide-status-bar-with-phonegap-2-9-0/#comments</comments>
		<pubDate>Thu, 17 Oct 2013 14:56:48 +0000</pubDate>
		<dc:creator><![CDATA[Vincenzo]]></dc:creator>
				<category><![CDATA[Phonegap/Cordova]]></category>

		<guid isPermaLink="false">http://www.luongovincenzo.it/blog/?p=108</guid>
		<description><![CDATA[Salve a tutti, dopo 4 ore (totali) di ricerca nel cercare di risolvere un problema fastidiosissimo alle app Phonegap inveriori alla 3.0, ho trovato il modo semplice per ovviare a questo problema. Il problema in sÃ¨ stava nel fatto che, la status bar dei device iPhone o iPad con sistema iOS 7.x.x, phonegap 2.9 rispetto [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Salve a tutti,</p>
<p>dopo 4 ore (totali) di ricerca nel cercare di risolvere un problema fastidiosissimo alle app Phonegap inveriori alla 3.0, ho trovato il modo semplice per ovviare a questo problema.</p>
<p>Il problema in sÃ¨ stava nel fatto che, la status bar dei device iPhone o iPad con sistema iOS 7.x.x, phonegap 2.9 rispetto alla 3.1, non gestiva correttamente il width massimo della webview phonegap cosÃ¬ da visualizzare &#8220;sotto&#8221; (letteralmente) la status bar del device la vostra app.</p>
<p>Per risolvere questo problema, ci viene incontro il nostro caro e amato plist del nostro progetto in xCode 5.</p>
<p>Entriamo nella sezione delle proprietÃ  del progetto e nella sezione <em>TARGETS</em>, trovate la dicitura <em><strong>Status Bar Style</strong></em>, sotto effettuate il check della voce</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="text" style="font-family:monospace;">Hide during application lounch</pre></td></tr></table></div>

<p>Apriamo il file nome_progetto-info.plist (o simile) che troverete nella sezione Resources.</p>
<p>Troviamo la voce:</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="text" style="font-family:monospace;">Status bar is initially hidden</pre></td></tr></table></div>

<p>E settiamolo a YES.</p>
<p>Ora premente il pulsante per aggiungere una nuova voce e aggiungece come key:</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="text" style="font-family:monospace;">View controller-based status bar apparance</pre></td></tr></table></div>

<p>Oppure (per essere precisi)</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="text" style="font-family:monospace;">UIViewControllerBasedStatusBarAppearance</pre></td></tr></table></div>

<p>Con type <strong>Boolean</strong> e il value settato su <strong>NO</strong></p>
<p>CosÃ¬ avrete FISSATO (anche se temporaneamente) il bug della web view di phonegap.</p>
<p>Ricordo che con l&#8217;aggiornamento a Phonegap 3.1 o ulteriori il BUG Ã¨ stato risolto e viene gestito correttamente.</p>
<p>Problemi o dubbi, commentate ^_^</p>
]]></content:encoded>
			<wfw:commentRss>https://history.luongovincenzo.it/websites/my_website/v6/blog/phonegapios-how-to-fix-hide-status-bar-with-phonegap-2-9-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[jQuery Mobile] How to delete the border-radius from the tag Flip Switch</title>
		<link>https://history.luongovincenzo.it/websites/my_website/v6/blog/jquery-mobile-eliminare-il-border-radius-dal-tag-flip-switch/</link>
		<comments>https://history.luongovincenzo.it/websites/my_website/v6/blog/jquery-mobile-eliminare-il-border-radius-dal-tag-flip-switch/#comments</comments>
		<pubDate>Wed, 25 Sep 2013 13:13:20 +0000</pubDate>
		<dc:creator><![CDATA[Vincenzo]]></dc:creator>
				<category><![CDATA[HTML5/CSS]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jQuery Mobile]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://www.luongovincenzo.it/blog/?p=77</guid>
		<description><![CDATA[Salve a tutti, in questo articolo spiegerÃ² come eliminare il border radius dal tag custom Flip Switch. La versione che andremo a trattare Ã¨ l&#8217;ultima stabile, ovvero la 1.3.2 . Le classi che richiedono la personalizzazione sono: .ui-btn-corner-all .ui-corner-all .ui-slider-switch Per eliminare il border-radious (bombatura o arrotondamento) di questi &#8220;oggetti&#8221; basta implementare dopo l&#8217;inclusione del [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Salve a tutti,</p>
<p>in questo articolo spiegerÃ² come eliminare il border radius dal tag custom <a href="http://view.jquerymobile.com/1.3.2/dist/demos/widgets/sliders/switch.html" title="Flip Switch Toggle" target="_blank">Flip Switch</a>.</p>
<p>La versione che andremo a trattare Ã¨ l&#8217;ultima stabile, ovvero la 1.3.2 .</p>
<p>Le classi che richiedono la personalizzazione sono:</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="text" style="font-family:monospace;">.ui-btn-corner-all
.ui-corner-all
.ui-slider-switch</pre></td></tr></table></div>

<p>Per eliminare il border-radious (bombatura o arrotondamento) di questi &#8220;oggetti&#8221; basta implementare <strong>dopo</strong> l&#8217;inclusione del css di jquery mobile il seguente style:</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="css" style="font-family:monospace;">&nbsp;
.ui-btn-corner-all<span style="color: #00AA00;">,</span>
.ui-corner-all<span style="color: #00AA00;">,</span>
<span style="color: #6666ff;">.ui-slider-switch</span> <span style="color: #00AA00;">&#123;</span>
&nbsp;
    -webkit-border-top-left-radius<span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span> !important<span style="color: #00AA00;">;</span>
    -webkit-border-top-right-radius<span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span> !important<span style="color: #00AA00;">;</span>
    -webkit-border-bottom-right-radius<span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span> !important<span style="color: #00AA00;">;</span>
    -webkit-border-bottom-left-radius<span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span> !important<span style="color: #00AA00;">;</span>
&nbsp;
    -moz-border-radius-topleft<span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span> !important<span style="color: #00AA00;">;</span>
    -moz-border-radius-topright<span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span> !important<span style="color: #00AA00;">;</span>
    -moz-border-radius-bottomright<span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span> !important<span style="color: #00AA00;">;</span>
    -moz-border-radius-bottomleft<span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span> !important<span style="color: #00AA00;">;</span>
&nbsp;
    <span style="color: #000000; font-weight: bold;">border-top-left-radius</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span> !important<span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">border-top-right-radius</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span> !important<span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">border-bottom-right-radius</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span> !important<span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">border-bottom-left-radius</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span> !important<span style="color: #00AA00;">;</span>
&nbsp;
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>CosÃ¬ facendo avrete il vostro flip switch completamente esente dal border radius.</p>
<p>DEMO: <a href="http://jsfiddle.net/e26ac/1/" title="http://jsfiddle.net/e26ac/1/" target="_blank">http://jsfiddle.net/e26ac/1/</a></p>
<p>Saluti <img src='http://history.luongovincenzo.it/websites/my_website/v6/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>https://history.luongovincenzo.it/websites/my_website/v6/blog/jquery-mobile-eliminare-il-border-radius-dal-tag-flip-switch/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>[Phonegap/Android] How to disable highlighting after  scrolling effect (top and bottom)</title>
		<link>https://history.luongovincenzo.it/websites/my_website/v6/blog/phonegapandroid-disabilitare-levidenziazione-dopo-l-effetto-scrolling-top-e-bottom/</link>
		<comments>https://history.luongovincenzo.it/websites/my_website/v6/blog/phonegapandroid-disabilitare-levidenziazione-dopo-l-effetto-scrolling-top-e-bottom/#comments</comments>
		<pubDate>Wed, 19 Jun 2013 13:54:51 +0000</pubDate>
		<dc:creator><![CDATA[Vincenzo]]></dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Phonegap/Cordova]]></category>

		<guid isPermaLink="false">http://www.luongovincenzo.it/blog/?p=39</guid>
		<description><![CDATA[Hola a tutti, oggi mi sono imbattuto in un piccolo problema fastidioso, ovvero in un&#8217;app ibrida con phonegap guando si sviluppa un&#8217;app per piattaforma android, la prima cosa che si va a notare e che scrollando la pagina dall&#8217;alto verso il basso e viceversa, si nota quella fastidiosa striscia blu che compare e scompare gradualmente [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Hola a tutti,</p>
<p>oggi mi sono imbattuto in un piccolo problema fastidioso, ovvero in un&#8217;app ibrida con phonegap guando si sviluppa un&#8217;app per piattaforma android, la prima cosa che si va a notare e che scrollando la pagina dall&#8217;alto verso il basso e viceversa, si nota quella fastidiosa striscia blu che compare e scompare gradualmente allo scroll.</p>
<p>per ovviare a questo fastidioso problema, nel web ho trovato tante soluzioni, bene o male corrette, ma la piÃ¹ efficace la reputo sempre nativa quindi in java e il codice Ã¨ il sequente:</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="java" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">// FIX remove the blue color at the top and bottom</span>
        <span style="color: #000000; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span>android.<span style="color: #006633;">os</span>.<span style="color: #006633;">Build</span>.<span style="color: #006633;">VERSION</span>.<span style="color: #006633;">SDK_INT</span> <span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;=</span> android.<span style="color: #006633;">os</span>.<span style="color: #006633;">Build</span>.<span style="color: #006633;">VERSION_CODES</span>.<span style="color: #006633;">GINGERBREAD</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
&nbsp;
            <span style="color: #000000; font-weight: bold;">this</span>.<span style="color: #006633;">appView</span>.<span style="color: #006633;">setOverScrollMode</span><span style="color: #009900;">&#40;</span>appView.<span style="color: #006633;">OVER_SCROLL_NEVER</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
        <span style="color: #009900;">&#125;</span></pre></td></tr></table></div>

<p>questo if va inserito dopo il</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="java" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">super</span>.<span style="color: #006633;">loadUrl</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;file:///android_asset/www/index.html&quot;</span>, <span style="color: #cc66cc;">4000</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>nella vostra funzione <em><strong>onCreate </strong></em>del file <strong><i>MainActivity.java</i></strong> ed il gioco e fatto.</p>
<p><em>UPDATE</em>:Â  Potrebbe capitare (asseconda della vostra versione di cordova/phonegap) che l&#8217;app vada in crash.Â Una soluzione corretta e testata, sarebbe quella di eliminare il<em><strong> this.</strong></em> prima di <em><strong>appView</strong></em></p>
<p>Saluti ^_^</p>
]]></content:encoded>
			<wfw:commentRss>https://history.luongovincenzo.it/websites/my_website/v6/blog/phonegapandroid-disabilitare-levidenziazione-dopo-l-effetto-scrolling-top-e-bottom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[CSS/Phonegap/Android] How to customize select tag</title>
		<link>https://history.luongovincenzo.it/websites/my_website/v6/blog/cssphonegapandroid-personalizzare-tag-select/</link>
		<comments>https://history.luongovincenzo.it/websites/my_website/v6/blog/cssphonegapandroid-personalizzare-tag-select/#comments</comments>
		<pubDate>Mon, 10 Jun 2013 19:16:38 +0000</pubDate>
		<dc:creator><![CDATA[Vincenzo]]></dc:creator>
				<category><![CDATA[HTML5/CSS]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Phonegap/Cordova]]></category>

		<guid isPermaLink="false">http://www.luongovincenzo.it/blog/?p=36</guid>
		<description><![CDATA[Salve a tutti, oggi mi sono imbattuto in una situazione alquanto strana. Avevo il bisogno di personalizzare il tag HTML select e ho iniziato ad eseguire la personalizzazione sul progetto iOS (xCode). Una volta completata la personalizzazione, ho testato il tutto e funzionava una meraviglia. Dopo aver portato la patch su progetto android la personalizzazione [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Salve a tutti,</p>
<p>oggi mi sono imbattuto in una situazione alquanto strana.<br />
Avevo il bisogno di personalizzare il tag HTML <i>select</i> e ho iniziato ad eseguire la personalizzazione sul progetto iOS (xCode).<br />
Una volta completata la personalizzazione, ho testato il tutto e funzionava una meraviglia.<br />
Dopo aver portato la patch su progetto android la personalizzazione NON FUNZIONAVA PER NIENTE!!!!<br />
Cercando un pÃ² in giro (ben 25 minuti) ho trovato una proprietÃ  del CSS che risolveva il problema.</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="css" style="font-family:monospace;">select <span style="color: #00AA00;">&#123;</span>
    -webkit-appearance<span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span> 
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>cosÃ¬ facendo tutte le personalizzazione del tag select (come cambiare colore, font, inserire un background, ecc&#8230;) verranno accolte dal browser ed interpretate correttamente.</p>
<p>Spero servirÃ  a qualcuno.</p>
<p>Ciauz</p>
]]></content:encoded>
			<wfw:commentRss>https://history.luongovincenzo.it/websites/my_website/v6/blog/cssphonegapandroid-personalizzare-tag-select/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[MOBILE] How to autoscrolling for android and iOS (Phonegap/Cordova)</title>
		<link>https://history.luongovincenzo.it/websites/my_website/v6/blog/autoscrolling-compatibile-con-android-e-ios-phonegapcordova/</link>
		<comments>https://history.luongovincenzo.it/websites/my_website/v6/blog/autoscrolling-compatibile-con-android-e-ios-phonegapcordova/#comments</comments>
		<pubDate>Tue, 28 May 2013 08:08:30 +0000</pubDate>
		<dc:creator><![CDATA[Vincenzo]]></dc:creator>
				<category><![CDATA[HTML5/CSS]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Phonegap/Cordova]]></category>

		<guid isPermaLink="false">http://www.luongovincenzo.it/blog/?p=12</guid>
		<description><![CDATA[Eccomi qui, come primo articolo vi condivido un&#8217;autoscrolling per chat (alla whatsapp o facebook messanger) che vi permetterÃ  di rendere la vostra chat molto piÃ¹ comoda da vsualizzare. Dopo tanti tentativi e aiuti a destra e a manca, sono riuscito ad avere un codice HTML5/CSS/jQuery compatibile per quasi tutti i device da android 2.3.x -&#62; [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Eccomi qui, come primo articolo vi condivido un&#8217;autoscrolling per chat (alla whatsapp o facebook messanger) che vi permetterÃ  di rendere la vostra chat molto piÃ¹ comoda da vsualizzare.</p>
<p>Dopo tanti tentativi e aiuti a destra e a manca, sono riuscito ad avere un codice HTML5/CSS/jQuery compatibile per quasi tutti i device da android 2.3.x -&gt; 4.x.x ad iOS 5 e 6</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #339933;">&lt;!</span>DOCTYPE html<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>html<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>head<span style="color: #339933;">&gt;</span>
    <span style="color: #339933;">&lt;</span>script type<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;text/javascript&quot;</span> src<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;cordova-2.3.0.js&quot;</span><span style="color: #339933;">&gt;&lt;/</span>script<span style="color: #339933;">&gt;</span>
    <span style="color: #339933;">&lt;</span>script type<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;text/javascript&quot;</span> src<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;jquery-1.8.3.js&quot;</span><span style="color: #339933;">&gt;&lt;/</span>script<span style="color: #339933;">&gt;</span>
  <span style="color: #339933;">&lt;</span>style<span style="color: #339933;">&gt;</span>
    div.<span style="color: #660066;">demo</span> <span style="color: #009900;">&#123;</span>
        background<span style="color: #339933;">:</span>#CCCCCC none repeat scroll <span style="color: #CC0000;">0</span> <span style="color: #CC0000;">0</span><span style="color: #339933;">;</span>
        border<span style="color: #339933;">:</span>3px solid #<span style="color: #CC0000;">666666</span><span style="color: #339933;">;</span>
        margin<span style="color: #339933;">:</span>5px<span style="color: #339933;">;</span>
        padding<span style="color: #339933;">:</span>5px<span style="color: #339933;">;</span>
        position<span style="color: #339933;">:</span>relative<span style="color: #339933;">;</span>
        width<span style="color: #339933;">:</span>200px<span style="color: #339933;">;</span>
        height<span style="color: #339933;">:</span>100px<span style="color: #339933;">;</span>
        overflow<span style="color: #339933;">:</span>auto<span style="color: #339933;">;</span>
    <span style="color: #009900;">&#125;</span>
  p <span style="color: #009900;">&#123;</span> margin<span style="color: #339933;">:</span>10px<span style="color: #339933;">;</span>padding<span style="color: #339933;">:</span>5px<span style="color: #339933;">;</span>border<span style="color: #339933;">:</span>2px solid #<span style="color: #CC0000;">666</span><span style="color: #339933;">;</span>width<span style="color: #339933;">:</span>1000px<span style="color: #339933;">;</span>height<span style="color: #339933;">:</span>1000px<span style="color: #339933;">;</span> <span style="color: #009900;">&#125;</span>
  <span style="color: #339933;">&lt;/</span>style<span style="color: #339933;">&gt;</span>
  <span style="color: #339933;">&lt;</span>script src<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;http://code.jquery.com/jquery-latest.js&quot;</span><span style="color: #339933;">&gt;&lt;/</span>script<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;/</span>head<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>body<span style="color: #339933;">&gt;</span>
  <span style="color: #339933;">&lt;</span>div <span style="color: #FF0000;">class</span><span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;demo&quot;</span><span style="color: #339933;">&gt;&lt;</span>h1<span style="color: #339933;">&gt;</span>lalala<span style="color: #339933;">&lt;/</span>h1<span style="color: #339933;">&gt;&lt;</span>p<span style="color: #339933;">&gt;</span>Hello<span style="color: #339933;">&lt;/</span>p<span style="color: #339933;">&gt;&lt;/</span>div<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>script<span style="color: #339933;">&gt;</span>
    <span style="color: #006600; font-style: italic;">//window.setTimeout(function(){alert(&quot;testing&quot;);$(&quot;div.demo&quot;).scrollTop(600)},2000);</span>
    $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;div.demo&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">css</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;overflow&quot;</span><span style="color: #339933;">,</span><span style="color: #3366CC;">&quot;hidden&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;div.demo&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">scrollTop</span><span style="color: #009900;">&#40;</span><span style="color: #CC0000;">600</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;div.demo&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">css</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;overflow&quot;</span><span style="color: #339933;">,</span><span style="color: #3366CC;">&quot;auto&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #339933;">&lt;/</span>script<span style="color: #339933;">&gt;</span>
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
<span style="color: #339933;">&lt;/</span>body<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;/</span>html<span style="color: #339933;">&gt;</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>https://history.luongovincenzo.it/websites/my_website/v6/blog/autoscrolling-compatibile-con-android-e-ios-phonegapcordova/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
