Calling a browser.
in
Android Processing
•
8 months ago
A quick hopefully easy question.
Call you use the link() function in android mode.
If so how exactly?
Calling it as one does in desktop mode, for example:
link("www.google.com")
causes this:
FATAL EXCEPTION: Animation Thread
android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.VIEW dat=www.google.com
...
1