Ionic 2.x/3.x - Ionic Passcode Square

Ionic 2.x/3.x - Ionic Passcode Square

Add a beautiful passcode screen to your app in order to secure your users' data.

$10.00

(1)
Iclic Labs

Iclic Labs

Member since 2014

Details

Version:
1.0.3
Size:
0mb
Ionic:
2.x,3.x
Platforms:
iOS, Android, Windows Phone
View ID:
dbb72cb4
Released:
7 years ago
Updated:
7 years ago
Category:
Plugins
Tags:
passcode, login, signin, security, design, iclic labs, iclic, ionic2, ionic3

Thanks to all of you who have downloaded this plugin! Please consider leaving a rating and review, it would be really helpful to get your feedbacks. Thanks.


Plugin by icliclabs.com

This plugin is compatible with Ionic v2.x and v3.x!

Description

Add a beautiful flat passcode screen to your app in order to secure your users' data. This plugin works on iOS, Android and Windows Phone. The component is very easy to use and should only take a few minutes to include to your app.

Test Before You Buy

You can test the app using Ionic View and enter the app id dbb72cb4.

Features

  1. Works with iOS, Android and Windows Phone.
  2. Only 1 line to add to your template
  3. Comes with serveral full and detailed examples.
  4. This component has well structured html, css and js files and is heavily commented, so that it is easy to edit, add your style, etc.

Installation

  1. Copy the app/components/ion-passcode.ts file into your app directory
  2. Import the IonPasscode component and add it to the declarations list in the app/app.module.ts file

That's all!

Usage

  1. in your page template, add <ion-passcode> in your ion-content, the parameter options is a mandatory reference to the IonPasscodeOptions.

That's all. Here is an example of a Page template, very simple. Just add the ion-shrinking-header component:

<!-- simply add <ion-passcode> to your ion-content element, that's all! -->
<ion-content>
  <ion-passcode [options]="passcodeOptions"></ion-passcode>
</ion-content>

Here is how to define passcodeOptions:

import { Component } from '@angular/core';
import { IonPasscodeOptions } from '../../../components/ion-passcode';

@Component({
  templateUrl: 'default.html'
})
export class DefaultPage {
  passcodeOptions: IonPasscodeOptions;

  ngOnInit() {
    this.passcodeOptions = {
      title: 'Enter Passcode',
      onComplete: function(passcode: string) {
        // you have to return a promise once you have verified the passcode
        // if the passcode is invalid call `reject()`
        // if the passcode is valid call `resolve()`
        return new Promise((resolve, reject) => {
          if (passcode == '0000') {
            reject();
          }
          else {
            resolve();
          }
        });
      }
    }
  }
}

Other Popular Plugins:

  1. Ionic Categories: Ionic v2.x/v3.x
  2. Ionic Passcode Square: Ionic v2.x/v3.x
  3. Ionic Passcode Flat: Ionic v2.x/v3.x
  4. Ionic Passcode Round: Ionic v2.x/v3.x
  5. Ionic Shrinking Header: Ionic v2.x/v3.x
  6. Ionic Material Sidemenu: Ionic v2.x/v3.x
  7. Ionic Walkthrough: Ionic v2.x/v3.x
  8. Ionic Contacts Inviter: Ionic v2.x/v3.x
  9. Ionic Cover Header: Ionic v1.x - Ionic v2.x/v3.x
  10. Ionic Profile Header: Ionic v2.x/v3.x
  11. Ionic Numeric Keyboard: Ionic v1.x - Ionic v2.x/v3.x
  12. Ionic Phone Number Validator: Ionic v1.x
  13. Ionic Cover Item: Ionic v1.x
  14. Ionic Timer: Ionic v1.x

Need Custom Work?

If you need help with your Ionic apps, if you need a specific plugin or integration. Let's get in touch. I'll be glad to develop or advise you for your app! Email me at icl1clabs@gmail.com.

Hey there! You'll need to log in before you can leave a comment here.

Punleu CHOMNAN

Punleu CHOMNAN   ·   7 years ago

I bought the plugin, got some bug in most bottom left on the screen. I try to integrate the plugin to my Ionic 3 App. Please fix the bug.

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Punleu CHOMNAN

Punleu CHOMNAN   ·   7 years ago

I bought the plugin, got some bug in most bottom left on the screen. I try to integrate the plugin to my Ionic 3 App. Please fix the bug.

Iclic Labs

Iclic Labs   ·   7 years ago

Hey @PunleuCHOMNAN, the plugin is not yet compatible with ionic v3. Email me at icliclabs@gmail.com so we can figure this out.

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Iclic Labs

Iclic Labs   ·   7 years ago

This plugin is now compatible with ionic 3.x!

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Angga Andrean

Angga Andrean   ·   7 years ago

can i buy with paypal ???

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

surachai chumnoiy

surachai chumnoiy   ·   6 years ago

{ this.nav.push(HomePage); } cannot read property 'push'

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Michał

Michał   ·   6 years ago

It is not possible to check on ionic view because there is a error message: 'No public channels for app ID found!'

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

  ·   just now

{{ comment.comment }}

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

  ·   just now

{{ comment.comment }}

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Michał

Michał   ·   6 years ago

It is not possible to check on ionic view because there is a error message: 'No public channels for app ID found!'

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

surachai chumnoiy

surachai chumnoiy   ·   6 years ago

{ this.nav.push(HomePage); } cannot read property 'push'

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Angga Andrean

Angga Andrean   ·   7 years ago

can i buy with paypal ???

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Iclic Labs

Iclic Labs   ·   7 years ago

This plugin is now compatible with ionic 3.x!

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Punleu CHOMNAN

Punleu CHOMNAN   ·   7 years ago

I bought the plugin, got some bug in most bottom left on the screen. I try to integrate the plugin to my Ionic 3 App. Please fix the bug.

Iclic Labs

Iclic Labs   ·   7 years ago

Hey @PunleuCHOMNAN, the plugin is not yet compatible with ionic v3. Email me at icliclabs@gmail.com so we can figure this out.

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Punleu CHOMNAN

Punleu CHOMNAN   ·   7 years ago

I bought the plugin, got some bug in most bottom left on the screen. I try to integrate the plugin to my Ionic 3 App. Please fix the bug.

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Hey there! You'll need to log in and purchase the add-on before you can leave a rating here.

Angga Andrean   ·     ·   6 years ago

Awesome !!! next time you must included flat,round hahaha

  ·     ·   just now

{{ rating.comment }}

  ·     ·   just now

{{ rating.comment }}

Angga Andrean    ·     ·   6 years ago

Awesome !!! next time you must included flat,round hahaha