Questions tagged as 'ios'

2
answers

PhoneGap - Open WhatsApp "whatsapp: // send?" IOS 10

Until the last version of iOS 9 when I wanted to share something with whatsapp I could use the link: whatsapp://send?text=mensagem in a <a> tag or window.open in js. But in iOS 10 this stopped working, clicking the link does n...
asked by 05.10.2016 / 16:45
2
answers

JSON x Web Services

1 - What is the difference of JSON for Web Services? (Only the format type on return)? 2 - In terms of performance, which would be better? 3 - In practice should I use JSON (with a php or java file for example) to integrate my applications...
asked by 15.03.2016 / 20:48
2
answers

IOS - Prevent keyboard from hiding Text Field? [duplicate]

When I click on Text Field, the keyboard pops up hiding it on the screen, I would like to know a way to make Text Field go up along with the keyboard, I tried to use a Scroll View but I could not. Example:     
asked by 18.02.2016 / 19:02
1
answer

Your binary does not support iPad

I made the creation of a web app using the phonegap, when sending the same to itunes, I got the following warning: " Your binary does not support iPad ", how to proceed? Someone could help me, because if I use a provisioning license, it works...
asked by 20.02.2016 / 14:53
2
answers

Why is my request blocking events?

I have implemented an http json request that works fine, but it prevents the user from clicking on it and can access the information only when it is downloaded. Example: I have a UITableView with 3 Items, if I click on one of them and in that...
asked by 28.11.2015 / 21:35
1
answer

How to use an imgLoad before loading WebView

In swift I can load a webView by doing the following: 1 - Add UIWebView to my View. 2 - I create an Outlet called webView in my viewcontroller.swift 3 - I enter the following code in my function viewDidLoad let url = NS...
asked by 27.11.2015 / 18:13
1
answer

Layout with width 100% and / or height 10%

How can I apply in my application to leave the width and / or height at 100% for iphone and Ipad? I have in my navbar application. textview, webview ... Thank you     
asked by 07.10.2015 / 02:56
1
answer

TextView with dynamic height

I'd like to know how I can make my UITextView dynamic height, something like WhatsApp . I need that as the text is typed it will increase by itself. Thanks in advance for your attention.     
asked by 16.10.2015 / 01:46
1
answer

How to use didSelectRowAtIndex?

I'd like to know how to use didSelectRowAtIndex , more specifically I'd like to know how each row of my UITableView calls a ViewController specified. In my code below, in case you would like every item in the array that i...
asked by 17.07.2015 / 13:58
1
answer

Check internet access

How can I check in my app ( swift ) if the user has internet access?     
asked by 21.10.2015 / 01:43