Questions tagged [ios11.4]
24 questions
37
votes
0 answers
What is `Can't find variable: loadHomepageTiles` error on iOS 11.3
I recently came across this error message: Can't find variable: loadHomepageTiles on our error logs from one of our angularjs 1.6 mobile applications.
This seems to only happen on iOS devices running 11.3 based on the error logs.
We don't have any…

Mokky Miah
- 1,213
- 2
- 11
- 29
14
votes
0 answers
Crash when EZRecorder calls ExtAudioFileWrite on iPhone X
I have a sample app that uses AudioKit to record audio and display a waveform of that audio data. This sample app has two viewControllers with the root vc being a blank page with a button that will take the user to the audio recording page.
For some…

KyleCas
- 163
- 4
8
votes
1 answer
AVCaptureSession freezes when torch is turned on
We have barcode scanning functionality in our iOS app and we give the customer the ability to toggle the torch on and off as needed. On the iPhone X (and only on the iPhone X) when the AvCaptureSession is running and the torch is enabled, the video…

sully77
- 357
- 3
- 11
2
votes
2 answers
How to programmatically set constraints when View sizes are different?
Using Xcode 10, iOS 11.4+, Swift 4
I have a series of UIViewControllers that I am navigating through,
each of which is being placed into a ContainerView.
Based on which VC is pushed, I am hiding/showing the Top or Bottom views (shown in gray) in…

wayneh
- 4,393
- 9
- 35
- 70
2
votes
1 answer
react native fs ios download time out
i'm using react-native fs to download content from a CMS into an react-native app. The idea is to use the app to serve the online content/website for offline use.
The app does well on Android without throwing any errors, but on the iPad (ios 11.4)…

t.h.kuegler
- 21
- 2
1
vote
1 answer
How to update UITableview Header height while scrolling programatically
In My application I have top navigation bar and a tableview below the navigation bar. I have CollectionViewCell with two rows which added inside the UITableViewHeader programmatically. When ever I scroll the the TableView to top, i want the header…

Madhu
- 869
- 1
- 17
- 37
1
vote
1 answer
NativeScript ListView scroll event
How can I detect when a ListView is scrolled?
I tried wrapping the ListView in a ScrollView and using the scroll event on the ScrollView. Doesn't work.

Chris McKnight
- 8,540
- 4
- 29
- 31
1
vote
3 answers
Code Signing Error: Code signing is required for product type 'Application' in SDK 'iOS 11.4'
I'm new to swift and developed simple program.
It can run smoothly with build-in simulator.
When I'm trying to deploy to real device, it got "Code Signing Error: Code signing is required for product type 'Application' in SDK 'iOS 11.4'".
I found…

Thet Thet
- 13
- 5
1
vote
1 answer
iOS PushNotification using Firebase
I am implementing Pushnotification on my project.I have Connected my project to firebase and than if I push notification from firebase Cloud messaging than notification properly coming in my Real-Devices. but if I test on my real-Device to…

Kumar Lav
- 5
- 1
- 5
1
vote
0 answers
XCode 9.4.1 >> Simulator iPhone 8 Plus OS 11.4 issue
I have recently installed XCode 9.4.1 on my MAC, current MAC OS is 10.13.4. When I run application on simulator (iPhone 8 plus with iOS 11.4) or on any other simulator which is having iOS 11.4. It is giving me below warning and simulator doesn't run…

Jignesh Fadadu
- 849
- 1
- 10
- 29
0
votes
3 answers
Hide navigation back button on iOS 11.4
To hide the back button on iOS, we generally write:
self.navigationController?.navigationBar.topItem?.backBarButtonItem = nil
or
self.navigationController?.navigationItem.leftBarButtonItem =…

pkc456
- 8,350
- 38
- 53
- 109
0
votes
0 answers
App Store: app is released and showing on 9/10 devices, but not all
The device that can't display the app is running version 11.4.1 (15G77). Instead of showing any apps, it's instead displaying 'no apps found'. Hoping someone has had a similar issue and found a fix.
Tried with different sets of iOS devices, none…

Pico Media
- 31
- 1
- 3
0
votes
1 answer
How to add Superscript string in Localization file in iOS
I have localizable English and French. I want display Registered symbols as a part of word i.e "MyApp®". English part of localization file shows this symbol correct in iOS APP UI. Same needs to display for French version i.e "MyAppᴹᴰ" but space…

aMo
- 1
- 2
0
votes
1 answer
NativeScript tap on element with z-index
I am trying to create mapping over image for the areas to tap on. It's for a demo for now and I don't have time to build out all of the native parts.
For now I am overlaying a StackLayout on top of an Image. The StackLayout tap. I tried a suggestion…

Chris McKnight
- 8,540
- 4
- 29
- 31
0
votes
1 answer
NativeScript RadListView component template
I am trying to use an Angular component as the template for RadListView.

Chris McKnight
- 8,540
- 4
- 29
- 31