How to add event listener on month change event in an ion-datetime?
i can help you, ngAfterViewInit() { setTimeout(() => { const prevMonthDate: any = () => { this.monthStart = format(addMonths(parseISO(this.monthStart), -1), 'yyyy-MM'); this.monthNext =...
View ArticleIonic in web. Hide browser address bar
Also an issue for me. I’m using ion-content and ion-tabs. When implementing that ‘height hack’, the iOS address bar is shrinking only when I try to scroll on the ion-tab-bar. When scrolling inside my...
View ArticleAndroid Debug Bridge(adb) issue
I am currently facing with adb(Android Debug bridge) problem and tried many ways to solve it, here is the error block I get every single time: × Deploying app-debug.apk to Pixel_3a_API_34 - failed!...
View ArticleAndroid Debug Bridge(adb) issue
adb.exe: device offline means the device/emulator is turned off (offline), try starting it up before running the app on it as it can timeout or fail to start
View ArticleAndroid Debug Bridge(adb) issue
sorry, but this happens when I wanna run my project on a virtual device and the emulator automatically turns the device on, before running the app
View ArticleAndroid Debug Bridge(adb) issue
try running again, the message clearly says it’s offline, so it either timed out or is in an invalid state
View ArticleCodeSign failed in target 'CapacitorCordova' from project 'Pods' while...
I’m currently opening a new XCode every time I run some changes and press the start button in the top bar, since I didn’t have time for debugging it.
View ArticleLive Updates is allowed by Apple?
Hi Team, Are we allowed to perform a LiveUpdate of code for the iOS platform, bypassing App Store review? I came across the below review guidelines from Apple- Apple Developer App Review Guidelines -...
View ArticleHow to use Filesystem.downloadFile()? How to set URL?
@julio-ionic Awesome, thanks for your info! Created an issue about it. Just testing it out. This works: import { CapacitorHttp } from '@capacitor/core'; let url = 'http://192.168.178.25:3000/' const...
View ArticleHow to use FileSystem.writeFile() with binary data on iOS?
How to use FileSystem.writeFile() with binary data? The doc states that data can only be a “String” on iOS. But I want to download binary data like an image and store it on the filesystem. Is that...
View ArticleHow to use FileSystem.writeFile() with binary data on iOS?
You can find an example in this guide: The File Handling Guide for Capacitor - Capawesome
View ArticleVideo Stream Ionic/Angular/Capacitor Application
Curious where you landed on this issue. We’re considering similar plans.
View ArticleAutomating Ionicon Usage in Angular
Originally published at: Automating Ionicon Usage in Angular - Ionic Blog Rather than manually running addIcons to utilize IonIcons, try this approach that trims bundle size and improves app speed.
View ArticleApp hangs - warning in XCode Thread running at QOS_CLASS_USER_INTERACTIVE...
Hi, Recently I started getting this warning message in my XCode build - I haven’t done any XCode or any other significant updates to my environment so I suspect it is something I added to the code....
View ArticleLive reload not working - ERR_CLEARTEXT_NOT_PERMITTED
adding clearTraffic to manifest is not working for me, as well as any responses in here: Ionic 5/Capacitor ERR_CLEARTEXT_NOT_PERMITTED in Android - Stack Overflow
View ArticleCannot load Video/Asset on real iOS device
Hello everyone, I’m using a video as background for my iOS application. The video loads correctly on Browser and also on the iOS Simulator. The problem is raised when testing my app on my real device...
View ArticleCannot load Video/Asset on real iOS device
Have you run the app in XCode on your real device? If not, try that and look at DevTools in Safari to see what errors you are getting.
View Article