Questions tagged [url-link]
12 questions
60
votes
10 answers
How to make a submit out of a ... link?
I got an image with which links to another page using
.
How can I make it make a post like if it was a button ?

fmsf
- 36,317
- 49
- 147
- 195
2
votes
2 answers
Implementing Deep Linking in Swift not working
I am trying to implement deep linking via this tutorial:
When i copy the first code block in, i get errors related to the declaration of
var deepLink : RemoteNotificationDeepLink?
most of which can be traced back to
Use of undeclared type…

rohaldb
- 589
- 7
- 24
1
vote
2 answers
link to an url page from a marker in a map javascript
I am writing a blog with html, php and javascript about my travels.
I have a classical menu in which I choose a country. That links me to a new page with an article about this country.
I would like to change it like this :
I have a map with a marker…

J.Delannoy
- 345
- 5
- 15
1
vote
1 answer
Scrape Url in tableview cell in swift
I am showing a title, description, url and images, when I am displaying in uitableview cell the images are displaying twice. Also images of Scrape URL are taking much time to load.
Can any one guide how can I fix this?
I have detected Scrape URL…

Uma Madhavi
- 4,851
- 5
- 38
- 73
1
vote
2 answers
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]
if the cell has the detail text label "phone".
Is…

joec
- 3,533
- 10
- 60
- 89
1
vote
1 answer
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 drawable to string but not sure 100% how to do so here…

user305307
- 13
- 1
- 6
0
votes
1 answer
SwiftUI -Unable to set frame for LPLinkView when loading Rich Links using LinkPresentation framework
I am using LinkPresentation framework in SwiftUI project for displaying rich links in a List view. The link is getting displayed but however I am not able to set (change) the frame for the LPLinkView. LPLinkView is wrapped inside an HStack and…

subin272
- 733
- 6
- 24
0
votes
2 answers
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

joec
- 3,533
- 10
- 60
- 89
0
votes
0 answers
switching between regular html and jQuery mobile site acting strange
Ok so I have a jQuery mobile form I am working on and at the end of my form I wanted to include a link back to my main site. Below is the code I used to add the button on to the header on my form.

Austin
- 1,619
- 7
- 25
- 51
0
votes
1 answer
How to Get the "Link A" of an article in Joomla 3?
I would like to know what is the code to get links "Link A" or "Link B" found in the panel to create an article, maybe you can enlighten me.
Image for example
http://goo.gl/v9jXU2

Paul Proaño
- 111
- 1
- 11
0
votes
0 answers
Can I publish an open graph song with a url to our product page for the album
It seems that Facebook will not allow a music:song to have a og:url that is useful. As a result the link that shows up in a users timeline is dead.
I have even tried making the og:url be equal to the object page(shown below). Basically it is a…

BobB
- 750
- 1
- 9
- 22
-4
votes
1 answer
Random websites button
this one is pretty simple I guess but I just can't find the answer that would suit perfectly for my issue.
I want to make a button that opens a random URL from a list I'll give him, let's say - google, youtube and facebook just for the example.
This…

Tooky
- 1