<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to remove the scrollbar on Iframe in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/How-to-remove-the-scrollbar-on-Iframe/m-p/1000334#M29895</link>
    <description>&lt;P&gt;I want to remove this scrollbar iframe screen. Look the image.&lt;span class="lia-inline-image-display-wrapper" image-alt="remove_scroolbar_xdk_iframe.jpg"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/7546i43E1B0F7E6E75CE8/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="remove_scroolbar_xdk_iframe.jpg" alt="remove_scroolbar_xdk_iframe.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 13 May 2015 13:47:27 GMT</pubDate>
    <dc:creator>Duilio_P_</dc:creator>
    <dc:date>2015-05-13T13:47:27Z</dc:date>
    <item>
      <title>How to remove the scrollbar on Iframe</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-remove-the-scrollbar-on-Iframe/m-p/1000334#M29895</link>
      <description>&lt;P&gt;I want to remove this scrollbar iframe screen. Look the image.&lt;span class="lia-inline-image-display-wrapper" image-alt="remove_scroolbar_xdk_iframe.jpg"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/7546i43E1B0F7E6E75CE8/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="remove_scroolbar_xdk_iframe.jpg" alt="remove_scroolbar_xdk_iframe.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2015 13:47:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-remove-the-scrollbar-on-Iframe/m-p/1000334#M29895</guid>
      <dc:creator>Duilio_P_</dc:creator>
      <dc:date>2015-05-13T13:47:27Z</dc:date>
    </item>
    <item>
      <title>So you have a full screen</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-remove-the-scrollbar-on-Iframe/m-p/1000335#M29896</link>
      <description>&lt;P&gt;So you have a full screen page which contains a full-screen &amp;lt;iframe&amp;gt;, is that correct? Does it behave correctly on the device or is it the same.&lt;/P&gt;

&lt;P&gt;You could see if the "seamless" property for iframe is supported (support for it is weak). Regardless you should be able to set the overflow-x or overflow-y styles for the iframe to "hidden" and you would lose the relevant (x or y axis) scrollbar.&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2015 13:54:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-remove-the-scrollbar-on-Iframe/m-p/1000335#M29896</guid>
      <dc:creator>Barry_Johnson</dc:creator>
      <dc:date>2015-05-13T13:54:08Z</dc:date>
    </item>
    <item>
      <title>Try adding the property</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-remove-the-scrollbar-on-Iframe/m-p/1000336#M29897</link>
      <description>&lt;P style="margin-bottom: 1em; border: 0px; font-size: 15px; clear: both; color: rgb(34, 34, 34); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 19.5px;"&gt;Try adding the property&amp;nbsp;&lt;CODE style="margin: 0px; padding: 1px 5px; border: 0px; font-size: 13px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; white-space: pre-wrap; background-color: rgb(238, 238, 238);"&gt;scrolling="no"&lt;/CODE&gt;&amp;nbsp;to the&amp;nbsp;&lt;CODE style="margin: 0px; padding: 1px 5px; border: 0px; font-size: 13px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; white-space: pre-wrap; background-color: rgb(238, 238, 238);"&gt;iframe&lt;/CODE&gt;&amp;nbsp;HTML tag.&lt;/P&gt;

&lt;PRE class="lang-html prettyprint prettyprinted" style="margin-top: 0px; padding: 5px; border: 0px; font-size: 13px; overflow: auto; width: auto; max-height: 600px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; color: rgb(57, 51, 24); word-wrap: normal; background-color: rgb(238, 238, 238);"&gt;&lt;CODE style="margin: 0px; padding: 0px; border: 0px; font-size: 13px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; white-space: inherit;"&gt;&lt;SPAN class="tag" style="margin: 0px; padding: 0px; border: 0px; color: rgb(128, 0, 0);"&gt;&amp;lt;iframe&lt;/SPAN&gt;&lt;SPAN class="pln" style="margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 0);"&gt; &lt;/SPAN&gt;&lt;SPAN class="atn" style="margin: 0px; padding: 0px; border: 0px; color: rgb(255, 0, 0);"&gt;scrolling&lt;/SPAN&gt;&lt;SPAN class="pun" style="margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 0);"&gt;=&lt;/SPAN&gt;&lt;SPAN class="atv" style="margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 255);"&gt;"no"&lt;/SPAN&gt;&lt;SPAN class="pln" style="margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 0);"&gt; &lt;/SPAN&gt;&lt;SPAN class="atn" style="margin: 0px; padding: 0px; border: 0px; color: rgb(255, 0, 0);"&gt;src&lt;/SPAN&gt;&lt;SPAN class="pun" style="margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 0);"&gt;=&lt;/SPAN&gt;&lt;SPAN class="atv" style="margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 255);"&gt;"..."&lt;/SPAN&gt;&lt;SPAN class="pln" style="margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 0);"&gt; &lt;/SPAN&gt;&lt;SPAN class="tag" style="margin: 0px; padding: 0px; border: 0px; color: rgb(128, 0, 0);"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 13 May 2015 20:22:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-remove-the-scrollbar-on-Iframe/m-p/1000336#M29897</guid>
      <dc:creator>Anusha_M_Intel1</dc:creator>
      <dc:date>2015-05-13T20:22:05Z</dc:date>
    </item>
    <item>
      <title>@Anusha - the "scrolling"</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-remove-the-scrollbar-on-Iframe/m-p/1000337#M29898</link>
      <description>&lt;P&gt;@Anusha - the "scrolling" attribute is not supported in HTML5. CSS styling is recommended.&lt;/P&gt;

&lt;P&gt;Please see:&amp;nbsp;http://www.w3.org/TR/html5-diff/#obsolete-attributes&lt;/P&gt;

&lt;P&gt;This is not to deny that scrolling="no" may work in containers, but it seems preferable to build to standards for better cross-platform and forward compatibility.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;BTW note that my earlier comment on "seamless" - it is actually universally unsupported. I'm now curious to even find out who sponsored it getting in the standard if no one supports it.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&lt;A href="http://caniuse.com/#feat=iframe-seamless" target="_blank"&gt;http://caniuse.com/#feat=iframe-seamless&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2015 20:51:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-remove-the-scrollbar-on-Iframe/m-p/1000337#M29898</guid>
      <dc:creator>Barry_Johnson</dc:creator>
      <dc:date>2015-05-13T20:51:00Z</dc:date>
    </item>
    <item>
      <title>Hello, im working with</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-remove-the-scrollbar-on-Iframe/m-p/1000338#M29899</link>
      <description>&lt;P&gt;Hello, im working with construct2 and i export my projetc in html5 to intel xdk, i have the same problem with the scroll bar, how to remove that function, it scroll all my app outside the screen.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Oct 2015 18:13:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-remove-the-scrollbar-on-Iframe/m-p/1000338#M29899</guid>
      <dc:creator>leonardo_s_1</dc:creator>
      <dc:date>2015-10-17T18:13:05Z</dc:date>
    </item>
    <item>
      <title>Leonardo -- do not use the</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-remove-the-scrollbar-on-Iframe/m-p/1000339#M29900</link>
      <description>&lt;P&gt;Leonardo -- do not use the Emulate tab as a guide for how your app will appear on a real device, this tab DOES NOT represent real device behavior! Build your app with Crosswalk and install it on an Android device to see the real behavior (or use the Debug tab, as it also uses Crosswalk to render your app). Do not build the standard "Android" app if you are creating a Construct2 game. The reason Scirra recommends you use the XDK is because it provides easy access to Crosswalk, which is necessary to get consistent behavior across all Android devices.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;The Emulate tab DOES NOT "emulate" real devices! It is meant for quick and easy logic debugging, not for precise "how will it look" or behave on a real device evaluation.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Oct 2015 23:04:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-remove-the-scrollbar-on-Iframe/m-p/1000339#M29900</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2015-10-18T23:04:34Z</dc:date>
    </item>
  </channel>
</rss>

