infinitered / bluepotion

Like RedPotion, but for Android
MIT License
74 stars 18 forks source link

Open Browser and Open Email Support #66

Closed skellock closed 9 years ago

skellock commented 9 years ago

I like the sms addition.

https://github.com/infinitered/bluepotion/blob/master/lib/project/pro_motion/pm_application.rb#L120

Can you hook us up with 2 more?

  1. open an external web address (http://giphy.com)
  2. open an email address (your@mom.com)

Thanks!

GantMan commented 9 years ago

better than your@mom.biz amirite!?

GantMan commented 9 years ago

Gonna do it like so:

app.launch(sms: '5044898008')
app.launch(email: 'your@mom.com')
app.launch(web: 'http://giphy.com')
skellock commented 9 years ago

Nice.

Would you support for addExtra? Asking for a friend.