I don't think this has anything to do with ioio itself. You got an android 
app so you can use every intent available. If you want the user to be 
transfered to a web page then you can simply do the classic android thing 
somewhere in your code:

String url = "http://www.google.com";;
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(url));
startActivity(intent);

ioio is a nice hobby thing for most of us :)

-- 
You received this message because you are subscribed to the Google Groups 
"ioio-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/ioio-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to