Navigation

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

    tiagolr

    @tiagolr

    0
    Reputation
    4
    Posts
    1057
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    tiagolr Follow

    Posts made by tiagolr

    • RE: Cordova + Vuejs + Onsen results in blank screen

      Thank you @Fran-Diox, I only got time today to test your solution, unfortunately I still get the blank screen.

      my procedure is:
      1 - move gh-pages index.html and static folder to the www dir of a new cordova project.

      2: 
      cordova platform add android
      cordova run android
      

      Edit - I tried both on my android 4.0.4 device and (4.4 i think) android emulator image with same results.

      posted in Developer Corner
      T
      tiagolr
    • RE: Cordova + Vuejs + Onsen results in blank screen

      Thank you for your reply.

      How should I go and try that app on my android device?
      As far as I can see that’s only a vuejs app, how would you test the result build using cordova? As far as I know my approach of mixing vue-cordova-demo is not working.

      PS - I also tested on an android emulator with the same results. On the other hand the monaca hello world works without a problem.

      Thank you.

      posted in Developer Corner
      T
      tiagolr
    • RE: Preview! Vue.js support for Onsen UI

      Hi, anyone got onsen-vue bindings working with cordova? I’m getting a blank screen right now: https://community.onsen.io/topic/701/cordova-vuejs-onsen-results-in-blank-screen

      Any ideas? Thank you.

      posted in News & Announcements
      T
      tiagolr
    • Cordova + Vuejs + Onsen results in blank screen

      I’m using the following template to start a new cordova + vuejs application:

      https://github.com/kartsims/vue-cordova-demo

      The demo works fine on my android 4.0.4 device and browser.
      After that i follow the tutorial from Vuejs + onsen announcement and merge the cordova + vuejs with onsen following this tutorial:

      https://onsen.io/blog/preview-vue-support-onsen-ui/

      The application works fine in the browser but results on a blank screen on my android 4.0.4 device, and also emulator using android 4.0.3.

      I’ve pinpointed the problem to occur if just import VueOnsen (even if I don’t use again), It also happens if I import any Onsenui component.

      import VueOnsen from 'vue-onsenui'
      

      I’m also using weiner remote debugging and there are no printed console messages, so I’m stuck and I really want to use vuejs + onsen for a new project.

      Any Ideas? I tested the monaca js hello world and it also works without a problem in my android device.

      Thank you,

      posted in Developer Corner
      T
      tiagolr