No scrollbar seen on a page with ion-content
It should scroll automatically. Assuming you have an IonPage wrapping your IonContent? Can you provide a reproduction on StackBlitz?
View ArticleConvert aac / webm to mp3 - FFMpeg [ionic]
I don’t use any package. I just call it directly using exec. This was created prior to the release of Laravel’s Process facade and before I knew about the File facade (a simple wrapper around PHP’s...
View ArticleFailed to load source maps via chromium devtools
Ionic 7 does no longer create source maps on disk by default, instead it provides in-memory source maps. To provide inline source maps for Chrome’s DevTools I had first to re-enable the generation of...
View ArticleShould I even ask about M1 MacBooks and Ionic 3
I have begged my company to do something with an old Ionic app, written in Ionic 3. I have a MacBook around just for the purpose of supporting this old app. Now my companies computer team says it’s...
View ArticleHow to disable swipe back gesture, swipeBackEnabled doesn't work
I’m trying to disable the swipe-back feature. I put swipeBackEnabled: false to config, but it only works on IOS. When I run the app on an Android device, the swipe gestures are still there. main.js...
View ArticleNo scrollbar seen on a page with ion-content
I solved the problem. When you build a project with standalone components, you have to import all the ionic elements: Contents, Grid, Row, etc. individually from @ionic/angular/standalone. You can’t...
View ArticleSanjeev Mansotra - Is Ionic a JavaScript framework?
Hello, myself Sanjeev Mansotra, I’m new to this community. I joined to learn more about the ionic framework. How can I learn from scratch in less time and is it a javascript framework? I know...
View ArticleAdjusting root element font size for Dynamic Font Scaling for iOS
Hello, We have build an app using Ionic React (currently v7.5) which runs on iOS, Android and as web app in the browser. We have followed Ionic’s Dynamic Font Scaling guide (Dynamic Font Scaling |...
View ArticleBest-practice for layouting (IonItem vs IonGrid vs div ...)
Hello, We have build an app using Ionic React (currently v7.5) that we deploy to iOS, Android and browser. Our UX designer has designed components that have multiple elements (text, icon, image, etc.)...
View ArticleMy first app with capacitor, build using shell script
Hi all, I always used cordova engine but now i’d like to migrate at capacitor. I created my first project but I have some problem. I have enabled the android platform and I want to create the aab file...
View ArticleCapacitor app crash on start
Hi all, I created my first app. I uploaded package on my Google Developer Console in order to install it on my device but when I open app, it crash. In logcat I read: Unable to instantiate activity...
View ArticleConvert aac / webm to mp3 - FFMpeg [ionic]
thanks @twestrick, in that case you installed on your pc ffmpeg, right? i should do it too on my server, i dont know if that’s possible:/
View ArticleConvert aac / webm to mp3 - FFMpeg [ionic]
i get it now. you have to get installed on your server ffmpeg program you say that Laravel Process and File facade can do the convert task instead of using ffmpeg?
View ArticleConvert aac / webm to mp3 - FFMpeg [ionic]
laravel process its available from version 10, I use version 8 i’ll have to use ffmpeg update: can’t download it because my OS server. is linux centos 6.8 throws error
View ArticleCapacitor app crash on start
Check this post to make sure you got everything when renaming your project. It kinda looks like you didn’t rename the folder structure. Does it run fine in the Android Emulator? Change application...
View ArticleConvert aac / webm to mp3 - FFMpeg [ionic]
No, you would have to use FFmpeg no matter what. Laravel Process could replace calling exec directly and File could replace using unlink and rename directly. Yeah, it might not be available in the...
View ArticleShould I even ask about M1 MacBooks and Ionic 3
None, you just need to have the proper npm packages installed.
View Article