Navigation

    Monaca & Onsen UI
    • Register
    • Login
    • Search
    • Tags
    • Users
    • Blog
    • Playground
    1. Home
    2. Puzzledking
    P
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups
    Save
    Saving

    Puzzledking

    @Puzzledking

    0
    Reputation
    3
    Posts
    888
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Puzzledking Follow

    Posts made by Puzzledking

    • sqlite database- integration

      i have 3 database that holds over 5000 entries each, its currently an sqlite format(local storage), but can also be sql(online). how would i join this, to the app i cant find any example or tutorials about it. also i dont wish to use the Backend as this will take ages.

      what i hope my app does,
      1st database contains list
      2nd database information regarding a specific item in the list, which should be stored in users phone for offline usage.

      i dont mind both of these database being on local storage, but both of these db will need weekly updates.

      posted in Developer Corner
      P
      Puzzledking
    • RE: is it possible to split the template Sliding Menu?

      @Fran-Diox said:

      <link rel=“stylesheet” href=“path/to/menu.css” />

      hi,

      thanks for your message, this is what i had done, i removed <ons-template id="menu.html"> from menu.html added a link to style sheet the nackground colour doesnt want to appear. also when you slide or open toggle menu initially, its replaced by blackness, but soon doesnt appear again.

      i also moved page1 and page2 away from index file giving its own file, starting/ending with
      <ons-page> ....... </ons-page> however theres a huge lag time and also the screen goes black for a split second everytime i change page

      i have left the

       <ons-sliding-menu menu-page="menu.html" main-page="page1.html" side="left"  var="menu" type="reveal" max-slide-distance="260px" swipeable="true">
          </ons-sliding-menu>
      

      still in the index file by itself

      posted in Onsen UI
      P
      Puzzledking
    • is it possible to split the template Sliding Menu?

      ive been trying to split the download template to help us start, in the following,

      -menu.html ( which should have the slide menu attributes)
      -menu.css ( the menu style sheet)

      -index.html (index file when app loads)
      -page1.html

      i get various problems, the menu will show but it wont load other pages vice versa, the style sheet isnt recognise, ect. im hoping that someone who can easily do this will help me.
      thanks
      https://onsen.io/project-templates/gen/onsenui-sliding-menu.zip

      posted in Onsen UI
      P
      Puzzledking