Questions tagged as 'ios'

1
answer

How to allow an App to send notification

Hello, I'm developing an app and before the person's login, I ask the user for permission to locate it, this is already ok, but I need to also put a permission to send notifications and I'm not sure how do. Could someone help me? this way:...
asked by 28.11.2018 / 21:00
0
answers

Bug in Google Chrome on MAC / IPAD PRO in filling in login and password

I'm having a pretty annoying problem with this Save Password option browsers often offer. I'm using AngularJS in a login form. The user fills in the email and password normally and the request is sent via Ajax to check if it is authenticate...
asked by 07.11.2018 / 14:56
0
answers

Range of an Array in SWIFT

I have an array of bytes and I need to find out what range (startindex and endindex) a byte is or if it only has startindex ex: var Faixa1:Array<UInt16> = [2,4,6,8,10,11,12] var Faixa2:Array<UInt16> = [1,2] var Valor1:UInt16 =...
asked by 23.10.2018 / 21:19
1
answer

CameraRoll React-native

I need to create a script that returns and lists the images found in the user's mobile gallery. For this, I'm using the getPhotos method of the CameraRoll component of React-native    link In both IOS and Android, the array of images ar...
asked by 11.10.2018 / 19:44
1
answer

WebView does not capture gestures

WKWebView loads the link but I can not do anything on the site ViewController import UIKit import WebKit class promoVC: UIViewController{ @IBOutlet weak var webView: WKWebView! override func viewDidLoad() { super.viewDidLoad()...
asked by 05.10.2018 / 14:44
0
answers

Order rendering problem in repeat loop view

On the Tablet of the Ipad, inside the webview, ng-repeat is cluttered, someone can tell me what's wrong ... because the web works normal. <div id="content" class="content-olimpiadas"> <div class="container-olimpiadas whith-men...
asked by 27.09.2018 / 22:29
0
answers

FirebaseInstanceiD not found while compiling ionic for iOS

I'm trying to compile the IONIC project for IOS and it's returning me: Module FirebaseinstaceID not found. Does anyone have any idea what it might be? I already installed cocoapod into platforms / ios, I closed it and opened xcode, but not...
asked by 18.09.2018 / 16:33
1
answer

How to convert NSData to URL

Friends I have an image saved in SQLite, I have read the image and put it in an NSData variable I now need to give play in this NSData but the component expects a URL NSURL *urlVideoFile = [NSURL fileURLWithPath:stringVideoPath]; //NSAsser...
asked by 15.09.2016 / 22:31
0
answers

Setting up and navigating homescreen for iphone with views made in ASP.NET MVC

I created the safari shortcut for a site, but when I navigate within that site my shortcut closes and opens the safari normally. I would like navigation within the shortcut (homesreen) to be only on the homescreen. Can anyone help? I use asp.net...
asked by 31.08.2018 / 05:16
0
answers

How to display a View only when the application starts in Swift 4?

Well guys I'm making an application for an Interview I'm almost finished however I wanted to add more features. I'm doing it in xCode using swift language 4 .. What I would like to know is, I have a view called PopUpView how do I displ...
asked by 26.08.2018 / 18:52