Sami Kalammallah

Results 8 comments of Sami Kalammallah

Want to ask few things, so if we want a mobile app with SEO on the web, we can use next js + capacitor correct? but we will lose the...

I've received an email after I released an update with this plugin - ITMS-91061: Missing privacy manifest - Your app includes “Frameworks/GTMAppAuth.framework/GTMAppAuth”, which includes GTMAppAuth, an SDK that was identified...

If you are using Next js, you will need to transpile the package, this is my next 14 configuration for using google and apple login ``` transpilePackages: [ "@codetrix-studio/capacitor-google-auth", "@capacitor-community/apple-sign-in",...

I read it somewhere else, forgot the source but you will need to transpile the latest package Add it on your next config, this is the config for Next 14...

For me, this seems because the mouseAt is not reset, so if we had dropped an item, the previous coordinate will stay, and if we drag an item, it will...