This is a migrated thread and some comments may be shown as answers.

Using splitter inside a drawer view

1 Answer 66 Views
Drawer (Mobile)
This is a migrated thread and some comments may be shown as answers.
Roeland
Top achievements
Rank 1
Roeland asked on 14 May 2014, 02:01 PM
Hello, 

I came across a nasty problem. 

I'm using the kendo mobile/web ui and i'm using a drawer. Eveything works perfectly, but then i want to use a splitter inside a view of my drawer.

    <div data-role="view" id="drawer-questions" data-layout="drawer-layout" data-title="App title">
        <!--style="opacity: 0;"-->
        <div id="splitter">
            <div style="background-color: red;float:left;width:25%;">Pane A</div>
            <div style="background-color: green;float:left;width:75%;">Pane B</div>
        </div>
    </div>

But the splitter does not render correctly. It only shows me the first DIV + it's not even a "splitted" page?

Can i not use a splitter inside a drawer?

Thanks in advance.








1 Answer, 1 is accepted

Sort by
0
Roeland
Top achievements
Rank 1
answered on 14 May 2014, 02:09 PM
Problem "solved"

I started an empty project with just a drawer en splitter and it works.

Maybe something in my big project is blocking everything. 

Never mind^^
Tags
Drawer (Mobile)
Asked by
Roeland
Top achievements
Rank 1
Answers by
Roeland
Top achievements
Rank 1
Share this question
or