Navigation

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

    Belal Othman

    @Belal Othman

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

    Belal Othman Follow

    Posts made by Belal Othman

    • allow android to get data from https

      I am developing mobile applicaiton using onsen ,angularjs with Cloud Monaca IDE
      my application connect to data base using https reqests
      when I test the application t on the simulator device
      but when I try it on my android mobile I get error when trying connect to https urls
      how can I fix this problem?

      function getUsernamePassword(username, password){
                  return $http({
                      method: 'GET',
                      url: "https://xxx.xxx.xxx.xxx:8444/api/checkPassword/" + username+"/"+password
                  }).then(function successCallback(response) {
                      return response;
                  }, function errorCallback(response) {
                    console.log('login faield');
                  });
              }
      
      posted in Developer Corner
      Belal Othman
    • RE: how to enable cordove camera plugin in monaca Localkit

      @Andi 0_1484216047013_upload-c6371894-3816-4f37-8df5-8f743f849c40
      thanks for your help.
      that what happen when I press Build Settings
      Note: I am using the basic account from Monaca.

      posted in Monaca Tools
      Belal Othman
    • how to enable cordove camera plugin in monaca Localkit

      Hi
      how can I enable cordove camera plugin in monaca localkit?
      which js files I have to include in the project?

      posted in Monaca Tools
      Belal Othman