Questions tagged as 'mobile'

1
answer

Module compiled with Swift 3.0.2 can not be imported in Swift 3.1

When creating a project and installing cocoapods and alamofire, when running it is only this error and not build in the project, even empty only by importing alamofire    Module compiled with Swift 3.0.2 can not be imported in Swift 3.1 I...
asked by 28.03.2017 / 23:30
1
answer

How to put three dots in a word if the text overflows the page? [duplicate]

I'd like to know how to put three dots in the last word that exceeds the page limit. This image is like the current text. AndthisimageishowIwantittostaywiththethreepoints Hereistheentirearchiveofthesite link HTML: pastebin.com/JfaRD...
asked by 05.02.2017 / 16:06
1
answer

jQuery Mobile does not allow internal links

I'm creating HTML 5 application sketch to run on mobile device. In my project, I needed to use different versions of jQuery for the events to work: <script src="js/jquery-1.11.3.min.js"></script> <script src="js/jquery.mo...
asked by 11.01.2017 / 16:48
1
answer

Sqlite Filter as error in return date with strftime function

Hello, I have the error in the following code SELECT L.*, C.DESCRICAO AS CATEGORIA , CASE WHEN L.TIPO_LANCAMENTOS = 'C' THEN 0 ELSE 1 END AS ICONE FROM LANCAMENTOS L JOIN CATEGORIAS C ON(C.CODIGO = L.COD_CATEGORIA) WHERE strftime('%m', L.DATA)...
asked by 17.11.2016 / 18:19
2
answers

Javascript connection to the bank does not work

Hello, I'm trying to connect to the MySQL database with a Phonegap / Cordova project and I'm trying to troubleshoot. First I created the Cordova project and the only change I made was to import JQuery. So I followed a tutorial to make an ajax ca...
asked by 27.09.2016 / 15:46
1
answer

CSS attribute with online text condition

Good morning, these lines make appear in my which user-agent is being used by the client, this helped me with problems in the Trident engine that does not interpret the gradient in the text and works very well. var useragent = document.documen...
asked by 31.08.2016 / 14:26
1
answer

Swift - how to set LandscapeLeft a screen?

The app has 4 screens being that, only one should stay fixed in LandscapeLeft. The others are in Portrait .. In the General tab I have set this up. General: In Objective-C I can force this way: Solution in Objective-C:...
asked by 08.06.2016 / 16:29
1
answer

Objectie-C - How do I get an API response when sending a message?

I'm sending a JSON to an API. When the API receives a JSON, it responds by telling me whether the procedure was successful or not. How do I get this answer? Shipping code: NSMutableURLRequest *request = [[NSMutableURLRequest alloc] initWith...
asked by 17.05.2016 / 21:43
1
answer

How can I do in xCode the java code mentioned in the question?

This class on Android when enabled, I can close the app it keeps working and keep the cell screen lit like this Keep screen lit: PowerManager pm = (PowerManager) getSystemService(Context.POWER_SERVICE); wl = pm.newWakeLock(PowerMana...
asked by 29.01.2016 / 17:22
1
answer

Logcat window in Webstorm 10

I'm ashamed to ask this, but come on: I use WebStorm 10 to develop my applications using Cordova, and for months I've been looking for minimal functionality and I just can not find: The Logcat Window! I use the Eclipse window and I think i...
asked by 23.12.2015 / 20:52