Questions tagged as 'url'

1
answer

Android icon opens browser with website

I'm creating a responsive page and would like to know if it's possible to create an app-installable app for android / ios that is just an icon that opens the browser with the address of my webpage.     
asked by 02.06.2015 / 14:39
1
answer

Call modal via url

I have a page where there is a Modal of register, I have to call this modal from an external page, preferably by url , I would like to know if it is possible and if they can indicate the way to me    NOTE: Modal can not be...
asked by 12.02.2015 / 14:07
1
answer

Android error using Picasso

I have the following code to render images through URL public class AdapterListPesquisaResp extends BaseAdapter { private ImageLoader il; private LayoutInflater mInflater; private ArrayList<ItemListaPesquisaResp> itens;...
asked by 20.11.2014 / 18:07
1
answer

URL_STRING does not fill correctly

I have a problem in the consumption class of my WebService rest. In the project there are only two classes, the MainActivity is working correctly, but the consumption class (ConsumptionWS) is not understanding my method to fill the url / uri tha...
asked by 09.08.2014 / 19:58
1
answer

How to pass parameters dynamically to Rails?

I have a rather complex problem to the extreme. I need to somehow pass parameters dynamically to the params via javascript, to show / hide some fields in a report on user's request. Below is a screen representation: I have a form where th...
asked by 30.10.2014 / 12:31
0
answers

Problems with creating friendly URLs

I researched a lot about friendly URLs. I've put some instructions to handle some pages - some static and some dynamic, however, still not working properly. Follow below: The home page displays a listing of the posts saved to the database. Th...
asked by 02.01.2019 / 19:13
0
answers

Url query Reach Route - React

I have the following problem: I have an API in node.js that returns me id and name of products and supermarkets When I do a get in / supermarkets passing via url params /:idSupermercado I can get this parameter in the component by t...
asked by 05.12.2018 / 12:48
0
answers

How to open an installed application (Android / IOS) from the site (URL)?

Hello. Context: In order to make life easier for users of our site (logon area), we would like to click on pay (a link or HTML button) to copy the billing number to the area and open the bank app. In this specific case, all customers use th...
asked by 14.11.2018 / 12:42
0
answers

Errors in Ruby appear because?

Goal Add (uri, url) with port. # Ajuda por carlos-romero # https://stackoverflow.com # Ajuda por mu-is-too-short # https://stackoverflow.com require 'uri' require 'socket' url = 'file://C://' class Class1 def fileProtocol( ur...
asked by 21.11.2018 / 21:43
0
answers

Use JavaScript to run external server application

I'm developing a player for a radio. The radio and player is hosted on one server and streamed on another. I want to get the album cover and the song playing from the streaming server. I have used this code, however it only runs on the radio ser...
asked by 08.11.2018 / 13:02