Questions tagged as 'ios'

2
answers

How to optimize the performance of my application when doing HttpClient resequitions

I'm developing an app using Xamarin.Forms , but I have a problem. Settings such as color, company name, cover image and logo come through a request for a web service call whose return is a JSON , but every time I have that pull this informat...
asked by 03.07.2018 / 02:26
0
answers

How to cache a json xamarin iOS request

I would like to know how to cache a request HttpClient whose return is a json and determine the number of storage days for that cache. public async Task<List<Categoria>> GetCategorias(){ string URL = string.Format(Con...
asked by 26.06.2018 / 12:07
0
answers

contenteditable inverted iOS

I'm having a problem with contenteditable when I try on iPhone 8 (I did not test on other devices, but on the computer / notebook it works). It even allows me to edit the text, but when I type the text is inverted, as the image below...
asked by 19.06.2018 / 18:59
1
answer

Problem with android library REACT-NATIVE

I'm using a library to cut photos in my project, but it only works for android, when I squeeze the app on android it runs normally, but when it runs on ios, the error in importing the library has some way of when to run this app in ios it "forge...
asked by 19.06.2018 / 22:51
0
answers

Error: Uncaught TypeError: Object (...) is not a function

I'm developing an application using Cordova + Ionic + Angular, however I have the following problem. Suddenly I started giving the following error in Chrome:   Uncaught TypeError: Object (...) is not a function       at Object. (ngx-echarts.j...
asked by 28.05.2018 / 14:51
0
answers

Scroll Ionic 3 ios

I'm having trouble with this scroll, creating a black image at the bottom of the page. When dragging it up it appears, when it drags down the black image some.     
asked by 01.06.2018 / 13:45
0
answers

Thumbnail does not appear in Whatsapp link sharing in IOS

I'm facing a problem with the og: image meta tag of the Open Graph protocol to generate the thumbnail on a link specifically by WhatsApp in IOS. The structure is as follows: <meta property="og:image" content="https://s3-sa-east-1.amazona...
asked by 23.05.2018 / 20:43
0
answers

Error: AUT is not installed. (WARNING: The server did not provide any stacktrace information), while running test with IOSDriver

So I'm doing a simple Safari test of an Iphone 5s and this bug is appearing to me: AUT is not installed. (WARNING: The server did not provide any stacktrace information.) And I do not know why! Here's my code: public void testNavegar() {...
asked by 15.05.2018 / 17:06
0
answers

How to convert a json return into a C # object to display the result on the [duplicate]

I'm having a problem while reading a JSON and convert to an Object and display the data on the screen using C # , I'm using the Newtonsoft and would like to know how to check if the data type is an array and check if it is empty? Here i...
asked by 15.05.2018 / 02:20
0
answers

Xamarin Provision Profiles

link It was working perfectly in Xamarin and after one day iOS stopped working, I went to see the properties and in Bundle Signing I noticed that there was no provisioning files instead of normal automatic. Can anyone solve this error I hav...
asked by 09.05.2018 / 18:59