Mobile App Dev: Barcode Scanner Integration - Create a mobile native app that wraps our web app

Customer: AI | Published: 21.10.2025
Бюджет: 250 $

I am looking for a freelancer to take my web application and turn it into a mobile app that will work to scan barcodes. This is a lovable.dev project that has been worked on and now is in a good spot. We are looking for the mobile app version to be able to use a camera to scan barcodes, and then take the input of that camera and place the barcode in our system. There isn't any actual dev needed on the way that the app works, its currently ready to go online, but we just want to wrap it into an application that also allows for camera usage. Lovable.dev says these are the next steps: We have added Capacitor Dependencies so that the application requests camera permissions to then return scanned barcode values. In Future Native App: "Scan with Camera" button appears above the text input Tap button → Camera opens with barcode scanner overlay Point at barcode → Auto-detects and returns value Item processed through existing scan logic Manual input still available as backup What a Developer Will Do After Export (Their Side) Once you export the project to GitHub, a developer will: Clone and Setup: git clone [your-repo-url] cd [project] npm install Add Native Platforms: npx cap add ios # For iPhone app npx cap add android # For Android app Configure Platform-Specific Settings: iOS: Update Info.plist with camera permission description Android: Update AndroidManifest.xml with camera permission Build and Sync: npm run build npx cap sync Open in Native IDE: npx cap open ios # Opens in Xcode (Mac only) npx cap open android # Opens in Android Studio Run on Device/Emulator: iOS: Select device in Xcode and click Run Android: Select device in Android Studio and click Run