Help with angular-output-target
Hey there! Im new to the forum and to Stencil.js. Im writing a toggle switch component in which i need to compile it for angular and React. I’ve installed the angular-output-target. The component...
View ArticlePossible to have smooth keyboard slide-ins?
Fully agree with that, that’s an UI problem hybrid have since a long time, would be very amazing to get this animation more “native” and not managed with heavy javascript calculation / animation
View ArticleMS Code Ionic Plugin: run Android failure
They are running from the Ionic VS Code Ionic plugin, that’s the same as running from the terminal, in that case it doesn’t use Android Studio’s JDK but the global configured one (i.e. the one...
View ArticleBest Way to play audio in android phone right now
const downloadAudio = async (url: string, filename: string): Promise<string> => { let fileUri = await Filesystem.downloadFile({ path: filename, url: url, directory: Directory.Data, recursive:...
View ArticleBest Way to play audio in android phone right now
There are three plugins that I am aware of: GitHub - mediagrid/capacitor-native-audio: Play audio in a Capacitor app natively from a URL/web source simultaneously with background audio and background...
View ArticleCapacitor stripe plugin hangs at createPaymentSheet
did you fix this i have the same issue
View ArticleSystem Toolbar overlap
Hello, the problem is as followed: The ion-header is overlapping the systems toolbar. I found a thread but there is no definitive answer to it: click me Here are 2 pictures of my app showing the...
View ArticleHandling Privacy Manifest Requirements with Outdated Firebase and Angular...
Hi, I tried this but I’m still being rejected by AppStore because of “Frameworks/Capacitor.framework/Capacitor” and “Frameworks/Cordova.framework/Cordova”. If I convert the .ipa to zip and open it I...
View ArticleQuizzyhub.com
https://quizzyhub.com Science quiz, maths quiz, gk quiz, English quiz, crypto currencies quiz
View ArticleSncloudtech.com
https://sncloudtech.com provides mobile apps development using ionic, flutter and native apps development. We have delivered 100+ apps using hybrid and native frameworks. Contact us...
View ArticleUncaught (in promise) CapacitorException: "BackgroundGeolocation" plugin is...
I just removed the then callback function cuz it was removing the watcher on load. this is already working on mobile
View ArticleIonic 8 Angular 18: "The above dynamic import cannot be analyzed by Vite."
Make every component import from '@ionic/angular' to '@ionic/angular/standalone' Remove IonicModule and from my entire project even in app.config.ts There should be not import { IonicModule } from...
View ArticleLogin to tabs routing issue
I’m having issues with routing and tabs. Whenever the default loaded page is login, it won’t route to tabs, and it says it doesn’t exist. But when I load tabs first and then go to login, everything...
View ArticleLogin to tabs routing issue
GENTRY00: chunk-LA7NJQBU.js:7 ERROR FirebaseError: Firebase: No Firebase App ‘[DEFAULT]’ has been created - call initializeApp() first (app/no-app). It would seem this is your issue. If JS is throwing...
View ArticleSystem Toolbar overlap
If you use capacitor I resolved the same issue with this: Capacitor Android Edge-to-Edge Support Plugin - Capawesome
View ArticleLogin to tabs routing issue
i don’t think its the firebase initializing because if i were to, change the ’ ’ path in app. route.ts to what is comment out it is when I get the error but as it is it works fine.
View ArticleBig Calendar on React/Ionic
Hello, I would like to implement a Big Calendar similar to Google’s (not just the date-time of the Ionic component) in my React/Ionic project. I have been searching for a suitable solution to...
View Article