I've just updated the core modules to 2.3.0 on my NativeScript app and all iOS and Android images have turned grey.
Not sure why this has happened as it works fine in previous versions.
Related
After upgrading flutter 3.7.0 yesterday, my iOS Simulator's scrolling speed changed to fast. Every single scrollable speed changed significantly. I don't want to downgrade flutter version, because when I create new flutter file and start iOS Simultator, it works fine. So I think it is not a flutter version problem. How could I do?
My Ionic 5 app suddenly breaks the UI after updating the chrome version in my android to the latest version (92.0.4515.159). so I tried to import the ionic conference app to check if the glitch still occurs and yet the glitching was still there.
Here are the screenshots
I have an app produced in Xamarin Forms and already published on the iOS AppStore. I recently updated the app and when I published it, it was uploaded to the AppStore with no images, tab bar icons, custom font that I had been using, etc. I have been investigating this for a couple of days but cannot come to a conclusion as to why this is happening. When debugging, everything shows as expected. I've even published an Ad-Hoc version of the build and everything is showing as expected with the Ad-Hoc version too.
There are also no issues with the android version on Google Play, so this seems to be happening specifically with the iOS version when being released/distributed to the AppStore.
Any help or suggestions would be greatly appreciated.
I've migrated a settings page from Xamarin Forms ListView to CollectionView. All is working on iOS, but nothing is rendered on macOS.
I downgraded Xamarin Forms to 4.7 and pushed it all of the way up to the current preview of 5.0.0.1829-pre6. I've searched the source on git, and I can't even find a renderer for CollectionView. My searches on the web come back with nothing specific.
Is CollectionView supported on macOS? If not, what is the roadmap for support?
As of the current production release (4.8.X), 'CollectionView' is not supported on macOS, it is supported on the following platforms:
iOS
Android
UWP
There is no timeline for official support but I would hope it would become available in 5.X since that version will go into LTS when MAUI takes over. I checked the Xamarin GitHub repo and couldn't find an issue so I raised one for macOS support for CollectionView. Going to the repository is the best way to keep updated, if you show your support they are more likely to do the work 😊
I have run into a problem with the status bar on iOS 11 when building locally, which seems to be fixed when building through PhoneGapBuild.
When I build my app through PGB the status bar overlays the app correctly, so that the text appears on the dark background and everything is fine (see pic below).
However, when I build on my Mac locally, the app seems to start below the status bar. The bar was originally white, so you could not see any text, but I managed to fix that with cordova-plugin-statusbar. This doesn't resolve my problem completely though, as certain parts of the app now have a black bar at the bottom, so it's only half fixed. This is what the status bar looks like on my local build:
I have to build the app store version of the app locally due to some certificate signing that PGB can't do for me, before you ask why I'm doing this locally.
Here is the various version information you might need:
Ionic - 1.7.16
Cordova - 6.5.0
iOS Platform - 4.3.1
Xcode - 9.1
The build steps consist of just doing gulp build and ionic build ios, then just leaving everything alone in Xcode and building straight to phone.