Navigation

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

    gNazi

    @gNazi

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

    gNazi Follow

    Posts made by gNazi

    • RE: Adding `cordova.plugins.notification.local`

      @j4hangir hey, i know this is an old thread but I was wondering if the icon in the plugin is working ?!
      I’ve searched but I can’t seem to know the correct path to set for the icon !
      Appreciate the help !

      cordova.plugins.notification.local.schedule({
      		title: "Test",
      		text: "This is a test",
      		every: { every: 'hour', count: 4 },     //every 4 hours
      		vibrate: true,     //not vibrating
      		icon: "res://mdpi",     //not showing
      		smallIcon: "/res/android/icon/mdpi.png",     //not showing
      		foreground: true
      	});
      
      posted in Monaca Tools
      G
      gNazi
    • RE: Ionicons disappear in the current version

      @emccorson Hey, i was wondering if u could take a look at this ?!
      https://community.onsen.io/topic/3707/android-build-fail

      posted in Onsen UI
      G
      gNazi
    • Android Build Fail

      I’m trying to build my app but it’s failing and the only thing in the log that could be leading to this is this:

      Using “requireCordovaModule” to load non-cordova module “fs” is not supported. Instead, add this module to your dependencies and use regular “require” to load it.

      which may be caused by the monaca cordova plugin ?!
      so i’m trying to downgrade Cordova but it shows that i can’t.
      Any feedback would be appreciated.
      0_1569197242336_Build log.PNG

      posted in Monaca Tools
      G
      gNazi
    • Monaca Preview not previewing !

      After updating to the newest version, I created a new project, used the js splitter template and after running “monaca preview”, it does nothing just goes to a new line !

      posted in Monaca Tools
      G
      gNazi