Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /usr/home/coreboarder/public_html/coreboarder_net/blog/wp-content/plugins/jetpack/_inc/lib/class.media-summary.php on line 77

Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /usr/home/coreboarder/public_html/coreboarder_net/blog/wp-content/plugins/jetpack/_inc/lib/class.media-summary.php on line 87
Windows 8.1 Apps | musings, mumblings, and murmurs

musings, mumblings, and murmurs

Archives

  • August 2017
  • October 2015
  • September 2015
  • August 2015
  • July 2015
  • December 2014
  • August 2014
  • July 2014
  • June 2014
  • April 2014
  • March 2014
  • February 2014
  • January 2014
  • December 2013
  • November 2013
  • October 2013
  • September 2013
  • July 2013
  • June 2013
  • July 2012
  • August 2011
  • July 2011
  • June 2011
  • May 2011
  • February 2011
  • January 2011
  • November 2010
  • August 2010
  • July 2010
  • June 2010
  • May 2010
  • April 2010
  • March 2010
  • February 2010
  • January 2010
  • December 2009
  • November 2009
  • October 2009
  • September 2009
  • August 2009
  • July 2009
  • June 2009
  • May 2009
  • March 2009
  • February 2009
  • January 2009
  • December 2008

Meta

  • Log in

Recent Posts

  • Fix for: npm ERR! code SELF_SIGNED_CERT_IN_CHAIN
  • How to update each dependency in package.json to the latest version?
  • Using PowerShell to test for broken URL redirects
  • How to compare two Excel / CSV / XLSX files using PowerShell
  • Visual Studio 2015 Angular2 es6-shim missing

Category Archives: Windows 8.1 Apps

Windows 8 / 8.1 HTML5 App cannot scroll

By coreboarder in .NET, CSS, Javascript, Visual Studio, Windows 8, Windows 8 Apps, Windows 8.1, Windows 8.1 Apps November 14, 2013

If you cannot scroll your app check to see what your CSS is doing with body overflow…

body {
    /* Allow for scrolling */
    overflow:auto;
}

Proudly powered by WordPress. Theme: DW Minion by DesignWall.