Miladesign's Forum Posts

  • 10 posts
  • How do I use this plugin when compiling?

    you need to add this github when compiling

    github.com/miladesign/cordova-plugin-android-tools

  • You do not have permission to view this post

  • Custom Android Tools Plugin v1.6

    Tools List:

    • Show Progress Dialog
    • Hide Progress Dialog
    • Show Alert Dialog
    • Show Exit Dialog
    • Show Toast
    • Get Device ID
    • Check Device Vibrate Support
    • Vibrate Device
    • Share Text/Url
    • Share App File
    • All Markets App Page
    • Avval Market Rate App
    • Bazaar Rate App
    • Bazaar App Page
    • Bazaar Developer Apps
    • Myket Rate App
    • Myket App Page
    • Myket Developer Apps
    • Iranapps Rate App
    • Iranapps App Page
    • Iranapps Developer Apps
    • Cando Rate App
    • Cando App Page
    • Cando Developer Apps
    • Parshub Rate App
    • Parshub App Page
    • Parshub Developer Apps
    • Open Telegram Channel/Profile
    • Open Instagram Page
    • Open Whatsapp Chat With Phone Number
    • Open App With Package Name
    • Open Url
    • Set Screen Brightness
    • Set Screen Orientation (Landscape/Protratit/Reverse Landscape)
    • Set Device Volume (Voice Call/System/Ring/Music/Notification/Alarm)
    • Get Max Volume (Voice Call/System/Ring/Music/Notification/Alarm)
    • Set Ringer Mode (Silent/Vibrate/Normal)
    • Show Dialog With 3 Button (Can Control Buttons Click Listener)
    • Show Input Dialog (Text/Number/Phone Number/Text Password/Multiline Text/Date)
    • Show Custom Toast (Default/Success/Error/Info/Warning)

    Download Link: bayanbox.ir/download/2595579412845745288/Plugin.c2addon

    Sample: bayanbox.ir/download/3826850904623923657/Sample.capx

  • Problem solved

  • Hi

    im creating construct plugin for Magnet Ad Service

    when i use this code:

    public void onReceive() {
    		  PluginResult pr = new PluginResult(PluginResult.Status.OK, "onMagnetInterstitialAdReceived");
    		  pr.setKeepCallback(true);
    		  MagnetCordovaPlugin.callbackContextKeepCallback.sendPluginResult(pr);
          }[/code:1awyr7fk]
    it is return OK string
    
    this is the cordova plugin i created:
    [code:1awyr7fk]http://www.4shared.com/zip/M73Nj_Bmba/magnet-cordova-plugin.html[/code:1awyr7fk]
  • Thanks for link

    I opened your blog with hotspot shield

  • Your blog blocked in my country (all blogspot blogs blocked)

    how can i use onActivityResult class in construct cordova plugin

    Like this:

    @Override
                protected void onActivityResult(int requestCode, int resultCode, Intent data) {
                super.onActivityResult(requestCode, resultCode, data);
                try {
                if (requestCode == DeveloperInterface.TAPSELL_DIRECT_ADD_REQUEST_CODE) {
                System.err
                .println(data
                .hasExtra(DeveloperInterface.TAPSELL_DIRECT_CONNECTED_RESPONSE));
                System.err
                .println(data
                .hasExtra(DeveloperInterface.TAPSELL_DIRECT_AVAILABLE_RESPONSE));
                System.err
                .println(data
                .hasExtra(DeveloperInterface.TAPSELL_DIRECT_AWARD_RESPONSE));
                System.err
                .println(data
                .getBooleanExtra(
                DeveloperInterface.TAPSELL_DIRECT_CONNECTED_RESPONSE, false));
                System.err
                .println(data
                .getBooleanExtra(
                DeveloperInterface.TAPSELL_DIRECT_AVAILABLE_RESPONSE, false));
                System.err
                .println(data
                .getIntExtra(
                DeveloperInterface.TAPSELL_DIRECT_AWARD_RESPONSE, -1));
                }
                } catch (Exception e) {
                e.printStackTrace();
                }
                }[/code:c3xju0wc]
  • very very thanks

    sorry but in my country all payment methods blocked

  • thanks a lot

    im waiting

  • Yes, the cordova plugin works fine.

    I have problem with this part:

    function success(uuid)
    {
        console.log(uuid);
    };[/code:35ou28et]
  • hi

    can anyone create this plugin: github.com/Paldom/UniqueDeviceID

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • 10 posts