Manoj Kumar

Results 15 comments of Manoj Kumar

@IT-MikeS I created a sample application by following these steps 1. ionic start appElectron blank --type=angular --capacitor 2. npm i @capacitor-community/electron 3. ionic build 4. npx cap add @capacitor-community/electron after...

@IT-MikeS yes (npx cap sync @capacitor-community/electron) this is also done

@IT-MikeS Can you please help me? as I was struck at this point for the past several days

@IT-MikeS I'm using "electron:build-windows": "npm run build && electron-builder build --windows --publish=never" command to build the application and tested. getLaunchURL is still empty

> I'm using the capacitor App plugin and trying to get URL from which the app is opened (I need to handle deep link) > > npm install @capacitor/app npx...

@IT-MikeS I went through capacitor/app V3 plugin code (https://github.com/ionic-team/capacitor-plugins/blob/main/app/src/web.ts) they didn't implement several methods for the web. getLaunchUrl is simply returning an empty string. ![image](https://user-images.githubusercontent.com/22149014/176192292-9d028e9e-049c-4679-84e6-4e97d946cd96.png)

@IT-MikeS any update on this? are you looking into this issue ?

@IT-MikeS I tried but was unable to fix it. can you fix it in your own time? or guide me to fix the issue. --> I need to change capacitor/app...