Is it possible to open a native share dialog in Ionic cordova like the one used by Capacitor Share plugin (which we can also see in the video course at https://youtu.be/p7f6yamZxCk?t=334)?
I'm not talking about Social sharing plugin, I'm searching a way to show the native dialog like the one below.
In particular I want to be able to allow users saving files to their google drive account.
In ionic there is only Share plugin available to share files in different apps if you want this type of share dialog you can make plugin or customize share plugin for future use here is documentation for plugin creation or you can add feature request in Share plugin Github repository
There isn't any direct way to use capacitor plugins in cordova.
Related
I have a production flutter app and I am using firebase dynamic links in it, now I am trying to create a web version of my app but my dynamic links are not working on the web, it takes me to a page that says "Dynamic Link Not Found". The official firebase_dynamic_links package does not show 'Web' in the supported platforms section.
Is there any workaround for this situation?
Although I tried adding the ofl/ifl/afl parameters manually, but that didn't work either.
I have one image file that I need to upload it in Integration Test Flutter. I am not getting any help from Flutter : Integration Test documentation
I have created one folder
test_upload_files and added .png file in it and wrote the object identification of Upload Feature
then I have fetched the path of the file and tried to upload it but there are no predefined methods to upload.
I got stuck here, how to automate this Upload Functionality ?
and there is one more catch, need to enable location or camera which is from Native app, is there any solution to enable these services by default, like how we do it in Web applications using Browser Desired Capabilities?
By using flutter code can we interact with Native apps of apk and ios ?
[1]: https://i.stack.imgur.com/wvBLr.png
See the Patrol project – it lets you interact with native permission dialogs, and basically everything, from within your Flutter integration test written in Dart.
This issue demonstrates how you'd upload a single file on Android.
Disclaimer: I'm the main developer of Patrol.
When I click on the link I created on the website; If the application is installed, I want it to open and go to the page I want in the application, if the application is not installed, I want it to go to the app store or play store. I searched a lot but couldn't find it. Can you help me.
enter image description here
The solution for you would be deep linking or custom scheme. Them are practically, the same thing. Here you can find a link how to use them:
https://medium.com/flutter-community/deep-links-and-flutter-applications-how-to-handle-them-properly-8c9865af9283
This is exactly what Firebase Dynamic links was created for.
You can configure urls to redirect based on whether the user has the app installed or not.
https://firebase.google.com/docs/dynamic-links
I am trying to enable mobile network using a button in my Flutter App. I am unable to find a plugin that can allow me to do so.
Enable Mobile Internet (4G)
Please suggest me an answer that allows me to provide this functionality.
As far as I know, it's not possible on both Android and iOS platforms so you can't do it in Flutter too since it's relying on those platforms. All you can do now is to show a dialog and guide your users to open their mobile data or open the settings app so that users can enable it.
I want to make plugin in nop-commerce for sharing my product details on whats up.
So, how can i start?
Means, what should i need to make this plugin?
This is too broad question, I suggest you to read Developers guide.
Moreover, you've to integrate WhatsApp api to your application using WhastApp API nuget or any other available library.
WhatsApp Share Plugin already available on Market place!