Questions tagged as 'ios'

1
answer

localStorage is not saved correctly on iOS using Cordova

I am developing an app for iOS and Android using Cordova. Everything works well, except for a part that works on Android but not on iOS: the persistent storage of data. In my code I have this: storage = { save: function(name, value) {...
asked by 09.08.2016 / 13:52
0
answers

Angularjs does not recognize it ipad

When I run my application on iPad, I get this error Error[$injector:modulerr]http://errors.angularjs.org/1.5.8/$injector/modulerr?p0=ng&p1=’undefined%20is%20not%20an%20object my angularjs application is: var app = angular.module('nexi...
asked by 19.10.2016 / 15:56
1
answer

Error form in html5 in a webview from swift

This is done by an app that displays a html form within a webview . In the form I have the following fields: Title Description Image (input file) If I do not add an image, everything is fine, but if I select an image thro...
asked by 29.08.2016 / 12:33
1
answer

Passing textbox data to an IOS 10 Swift 3 table

I need to pass data to a table on another screen, in this case vehicle, check detail. the vehicle as title and the detail as subtitle in the first table and likewise the options selected in the table should be assigned to the vehicle and disp...
asked by 08.11.2016 / 16:45
1
answer

Cordova sqlite-storage does not work with iOS 10

I am developing an application for iOS and Android with Apache Cordova . I am using the plugin sqlite-storage to store data locally. The code I use is the one shown on this site: link The App has been tested on both Andr...
asked by 08.11.2016 / 22:29
2
answers

Preload while synchronizing data in swift 2

I am getting data from a REST API with Swift 2 and I need a preload to be displayed while loading the information. How can I do it?     
asked by 10.06.2016 / 14:05
1
answer

fatal error: unexpectedly found nil while unwrapping an Optional value

I have the following function to call a URL that is in a REST from Swift 2, but when I send values with space in the NSURL I get the following error:    fatal error: unexpectedly found nil while unwrapping an Optional value class func ge...
asked by 09.06.2016 / 16:16
3
answers

How to make a copy of NSUserDefault and restore it again in Objective-c

I have not found anything with this topic, and I wanted to ask if anyone knows if it can be done and if that is how it is done. I have my object: NSUserDefaults *alertas; and I want to make a copy of it in my database, in case a user del...
asked by 25.02.2017 / 20:01
0
answers

SpriteKit - Problem with points in Map

I'm programming a game with SpriteKit and I have a map like the one I attached and the protagonist is jumping from point to point, and at each point there is a game. I put the points on the image, but depending on the screen resolution, that poi...
asked by 17.03.2016 / 20:50
1
answer

Problem with cocoapods

I have installed cocoapods, but when installing the pods in my project, I get the following error: Albertos-Mac:Proyecto1 alberto$ pod setup Setting up CocoaPods master repo [!] /usr/bin/git clone https://github.com/CocoaPods/Specs.git master...
asked by 20.07.2016 / 09:59