Navigation

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

    rlam3

    @rlam3

    0
    Reputation
    5
    Posts
    972
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    rlam3 Follow

    Posts made by rlam3

    • How do we integrate cordova-plugin-admob-free into OnsenUI Vue.js App?

      How do we include cordova-plugin-admob-free into OnsenUI Vue.js App?

      I’ve been looking everywhere for a tutorial on how to use OnsenUI with other cordova-plugins but wasn’t find anything for my particular use case.

      All I wanted to do was run a test with the following repo to integrate cordova-plugins-admob-free

      Starting Repo
      https://github.com/OnsenUI/vue-cordova-webpack

      Cordova Plugin
      https://github.com/ratson/cordova-plugin-admob-free

      I also want to state that I don’t plan on using Monaca yet because I want to test it with Cordova first.

      Currently I have installed the plugin into my repo:
      https://rlam3@bitbucket.org/rlam3/011_cordova_admob

      I’ve tried following the instructions in the cordova plugin but don’t find anything related to how I’m supposed to integrate in Vue.js. I also tried executing their script into a mounted() and script tags. But nothing works and it is giveing the following errors

      Building and running via cordova triggers the following error.

      admob is not found
      Where exactly do we implement in the .vue file the needed portions of the code and how do we properly integrate 3rd party plugins without purchasing monaca?

      Thank you !

      posted in Onsen UI
      R
      rlam3
    • RE: Error: send EHOSTDOWN

      Different issue. It is coming up in my terminal constantly when I turn monaca debug or preview

      posted in Monaca Tools
      R
      rlam3
    • RE: What's your favorite ad platform?

      @munsterlander were you table to get ads working with Onsenui? I’m confused as to where to start. Thanks!

      posted in Developer Corner
      R
      rlam3
    • vue-onsenui-kitchensink not working with monaca debugger.

      I was trying to use monaca cli to run monaca debug inside of vue-onsenui-kitchensink but wasn’t able to get the debugger to show the vue-onsenui-kitchensink app.

      The app just freezes after the paring starts. No local projects are shown.

      Was wondering if there are specific steps into adding monaca to work with existing vue.js projects.

      Thanks!

      posted in Monaca Tools
      R
      rlam3
    • Error: send EHOSTDOWN

      Whenever I run monaca debug. I’m able to connect to monaca debugger via iOS device. However terminal is outputting nonstop the following messages.

      Was wondering if there is any way to get rid of these messages. Thanks!

      { Error: send EHOSTDOWN XXXXXX:1337
          at Object._errnoException (util.js:1026:11)
          at _exceptionWithHostPort (util.js:1049:20)
          at SendWrap.afterSend [as oncomplete] (dgram.js:474:11)
        code: 'EHOSTDOWN',
        errno: 'EHOSTDOWN',
        syscall: 'send',
        address: 'XXXXXX',
        port: 1337 }
      { Error: send EHOSTDOWN XXXXXX:1337
          at Object._errnoException (util.js:1026:11)
          at _exceptionWithHostPort (util.js:1049:20)
          at SendWrap.afterSend [as oncomplete] (dgram.js:474:11)
        code: 'EHOSTDOWN',
        errno: 'EHOSTDOWN',
        syscall: 'send',
        address: 'XXXXXX',
        port: 1337 }
      posted in Monaca Tools
      R
      rlam3