jQWidgets Forums

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts

  • unicorn
    Participant

    To solve this problem set the parent <div> with height: 100vh instead of height: 100%:

    <div id="DIV1" style="background-color: lightblue; width: 100%; height: 100vh ">
      <jqxSplitter #jqxSplitter [height]="'100%'" [width]="'100%'" [panels]="panels">
    
      </jqxSplitter>
    </div>

    unicorn
    Participant

    Hello Martin,
    Thanks for your question!
    I have been using Opera. I’ve just tried the Chrome with Fluid size Spinner demo StackBlitz project. I have set the height to 100%, like so:

    <div id="DIV1" style="width: 100%; height: 100%;">
      <jqxSplitter [theme]="'material'" #jqxSplitter [height]="'100%'" [width]="'100%'" [panels]="panels">
        <div>

    Below is the screenshot of the Chrome browser:
    https://i.imgur.com/zCRMINJ.png

    Chrome sill renders the empty page. What browser and what StackBlitz project are you using?

Viewing 2 posts - 1 through 2 (of 2 total)