Navigation

    Monaca & Onsen UI
    • Login
    • Search
    • Tags
    • Blog
    • Playground
    1. Home
    2. Tags
    3. visual studio

    • Onsen UI & Monaca extensions for Visual Studio + Getting Started guide
      News & Announcements • onsen ui monaca visual studio templates • • Fran Diox

      10
      1
      Votes
      10
      Posts
      11321
      Views

      P

      Hello, This error is it normal? Failed to load resource: net::ERR_FILE_NOT_FOUND cordova_plugins.js (0,0) (Android+ios+windows) thks
    • Onsen UI 2 Templates for Visual Studio 2015
      Onsen UI • onsen2 visual studio • • Leonardo Augusto

      7
      0
      Votes
      7
      Posts
      9008
      Views

      @Fran-Diox OMG Thanks so muchhhhhhhhhhh woohoo!!!
    • LocalKit, Web IDE: Everything You Need to Know about Monaca Development Environment
      Monaca & Onsen UI Articles • monaca monaca cli visual studio monaca ide localkit typescript git azure chrome devtools coffeescript apache subversion • • OnsenUI

      2
      0
      Votes
      2
      Posts
      4341
      Views

      A

      Hi, I need to change the ‘build.gradle’ file, which of these environments is the most suitable for my needs? Today we are using the ‘Web IDE’ and I can not do that. We already have a monaca account ‘developer’ Thank you!
    • Icons too small
      Developer Corner • cordova visual studio • • Leonardo Augusto

      1
      0
      Votes
      1
      Posts
      2970
      Views

      No one has replied

    • Google maps not displaying “angular-google-maps”
      Onsen UI • angular visual studio cordova 6.0 google maps geolocation whitelist • • Leonardo Augusto

      1
      0
      Votes
      1
      Posts
      4074
      Views

      No one has replied

    • Onsen UI sliding menu stops with Angular Map
      Onsen UI • angular visual studio google maps • • Leonardo Augusto

      4
      0
      Votes
      4
      Posts
      6144
      Views

      Solved here @munsterlander and guys! If anyone needs !!! I’ve made a modification to turn on the Network connection , instead of exit the app. Plugins cordova plugin network information https://github.com/apache/cordova-plugin-network-information cordova device https://cordova.apache.org/docs/en/3.0.0/cordova/device/device.html Cordova-open-native-settings https://github.com/selahssea/Cordova-open-native-settings On <head> section function checkConnection() { // Wait for device API libraries to load // document.addEventListener("deviceready", onDeviceReady, false); // device APIs are available // function onDeviceReady() { checkConnection(); } var networkState = navigator.connection.type; var states = {}; states[Connection.UNKNOWN] = 'Unknown connection'; states[Connection.ETHERNET] = 'Ethernet connection'; states[Connection.WIFI] = 'WiFi connection'; states[Connection.CELL_2G] = 'Cell 2G connection'; states[Connection.CELL_3G] = 'Cell 3G connection'; states[Connection.CELL_4G] = 'Cell 4G connection'; states[Connection.CELL] = 'Cell generic connection'; states[Connection.NONE] = 'No network connection'; if ((states[networkState]) == states[Connection.NONE]) { if (confirm('Please check your Internet connection. Do you want to acess your settings?')) { if (typeof cordova.plugins.settings.openSetting != undefined) cordova.plugins.settings.openSetting("wifi", function () { console.log("acessing now ... please wait") }, function () { console.log("failed to open wifi settings") }); } else { navigator.app.exitApp(); } // end even when you turn on the network navigator.app.exitApp(); } } checkConnection();
    • Visual Studio and onsen ui - error to build after change cordova to 6.0
      Onsen UI • cordova visual studio cordova 6.0 • • Leonardo Augusto

      28
      0
      Votes
      28
      Posts
      39558
      Views

      @munsterlander cool :)
    • Onsen UI APK signing certificates expire soon
      Onsen UI • visual studio release apk sign keystore • • Leonardo Augusto

      2
      0
      Votes
      2
      Posts
      4053
      Views

      Lol with validity = 50000 is everything okay now . thanks everyone. But , tips are welcome.
    • Tutorial: Todo App with Onsen UI and Azure
      Monaca & Onsen UI Articles • onsen ui tutorial visual studio azure • • OnsenUI

      1
      0
      Votes
      1
      Posts
      2838
      Views

      No one has replied

    • Onsen UI Templates for Visual Studio working on Windows Phone
      Monaca & Onsen UI Articles • onsen ui visual studio windows phone • • OnsenUI

      1
      0
      Votes
      1
      Posts
      3071
      Views

      No one has replied