Posts by VNSN • 29 points
8 posts
-
1
votes1
answer144
viewsA: How to adapt my code to Android 4.1?
I just answered a similar question, adapt the code and play the contents of the menu inside the <div id="mySidenav"></div>. I think that’s your problem. Play the button functions to your…
-
1
votes1
answer1142
viewsA: How to create a sidebar menu with hamburger icon?
Hello, I created an app on xdk recently, in it I used the side bar, but the sandwich with an image :/ HTML button: <button onclick="openNav()"><img class="btn-menu"…
-
-1
votes1
answer58
viewsA: Questions about creating new Intel xdk pages
What you want is to create a new page with a new template? Well, if it is... I contacted the Intel team because it interests me too, if you look at all the login pages are created in one HTML, so…
-
0
votes2
answers82
viewsA: Intel XDK - Input Hidden
Dude, probably the CSS of one of the classes is interfering with the input layout. <label data-uib="ionic/input" data-ver="0" id="dispositivo"> <input class="text-input" type="hidden">…
-
-1
votes1
answer519
viewsA: Open a PDF on Intel XDK
Dude, I had a lot of problems with XDK to open XLS files, what you need is to use a third party plugin (in the projects tab you have how to add plugins from your computer). He alone cannot open the…
-
0
votes1
answer83
viewsA: Change Intel xDK Background Color
Have you tried applying ! Important to css? background-color: white!important; And see if no other file is accessing body properties. ;)
-
0
votes1
answer621
viewsQ: Session PHP does not work
I’m starting with PHP and when trying to do an exercise proposed in an apostille, my $_Session variable is not working as it should, can you tell me which error in the code? <?php session_start()…
-
1
votes0
answers242
viewsQ: Fill in Chart (Chart) with vector data
I’m new here and this is my first question, I’m starting in PHP and wanted to know how to fill a CHART with variables received by an array. My code sample is as follows:: <?php $datacomp =…