python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Omit code as if it didn't exist if environment variable is set?
I'm porting a NextJS web app to a web/mobile app with capacitorjs, and I can't use getServerSideProps for mobile.
I was wondering if I can use the same files, but omit code based on a environment vari...
exile97
Votes: 0
Answers: 1
pdf to image ionic_app capacitor
it is my first post hier. I've been looking for a solution to my problem for a long time but haven't found the right one yet.
I want to convert pdf to image on my ionic app with capacitor. is that pos...
rtko
Votes: 0
Answers: 1
How to use a capacitor plugin meant to be imported in a vanilla js app
I'm currently pulling hairs trying to figure out how to go about this.
So, I'm working in a vanilla JS environment with no webpack setup served with capacitor and want to use this capacitor-plugin: ht...
Ian
Votes: 0
Answers: 1
ionic capacitor-community/sqlite problems
Ionic 6 app using capacitor-community/sqlite@3.4.2-3.
Creating connection with
await CapacitorSQLite.createConnection({database:DBNAME,version:DB_VERSION,encrypted:false,mode:"secret"});
I g...
Comboi App
Votes: 0
Answers: 1