Tagged Questions
The url-link tag has no wiki summary.
5
votes
8answers
21k views
How to make a submit out of a <a href…>…</a> link?
The title pretty much says it all.
I got an image with which links to another page using the < a href="..."> < img ...> < /a> How can i make it make a post like if it was a button < input ...
1
vote
2answers
302 views
Opening Phone Links in didSelectRowAtIndexPath iPhone SDK
Is it possible to determine a row's detailTextLabel based on an indexPath in didSelectRowAtIndexPath?
I want to be able to open a phone link using
[[UIApplication sharedApplication] openURL:xyz]
...
0
votes
2answers
241 views
Phone Links iPhone SDK - how to return to app
Is it possible to return to my app once a phone link (tel:) has been clicked, and opened using
[[UIApplication sharedApplication] openURL:xyz]
For example, when the user ends the call?
Thanks
0
votes
1answer
401 views
How do i make multiple url links show in array?
Im new to droid programming and i got a simple retrieve image from url working but confused on how to make it so i can load multiple images from my webpages url. Someone informed me change the ...