Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 70862

Link Confirm Alert Button To URL

$
0
0

@mmpco wrote:

I was wondering if it is possible to make an ionic confirm alert but when someone click on install it will link them over to a web URL?

installAlert() {
    let confirm = Alert.create({
      title: 'mmpunited.com would like to install "MMP United" ',
      message: '',
      buttons: [
        {
          text: 'Cancel',
          handler: () => {
            console.log('Canceled');
          }
        },
        {
          text: 'Install',
          handler: () => {
            console.log('Installing App!');
          }
        }
      ]
    });
    this.nav.present(confirm);
  }

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 70862

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>