Subscribe set Global Variables
I need more information. You say “because the object is undefined.” What object is undefined?
View ArticleIonic v4 no keep CSS design in android 6.0
Can you give an example? We need to see some html and css.
View ArticleNot able to add platform with below ionic info
What are you doing? How are you trying to add the platform?
View ArticleBug@ionic2: ion-select doesn't clear the `checked` attribute when clearing...
Have you found a solution for this?
View ArticleRetrieving data from the hosted PWA
Thanks. I’m sure that code sample will be useful in future. Just to round off this topic, I have now learnt that Capacitor only works when the main Activity is active - the bridged WebView does not...
View ArticleDocumentation or examples for component property on ion-popover-controller
I am trying to create a service method that renders a simple popover based on a list of possible string values, based on the popover sample provided in the documentation. In my method, I am creating a...
View ArticleCan't create app after fresh install
This has been solved now in the weirdest of ways. Under Windows 10, I used a VPN client to change my IP address, and the command ionic start myApp tabs worked like a charm. Maybe the npm downloads are...
View ArticleGetting empty on fcm token
Hi I installed cordova-plugin-fcm by using below command cordova plugin add cordova-plugin-fcm npm install --save @ionic-native/fcm imported the FCm from and added FCM provider to app.module.ts import...
View ArticleWhat is the minimum iOS version supported by ionic 3?
This doesn’t really depend on Ionic 3, but on Cordova/Capacitor and/or the plugins you use. Ionic 3, as framework supports iOS 8+. So, if you develop an Ionic 3 app and deploy it as a web app, it will...
View ArticleHow is live update in Appflow
If the user clears the storage, once it opens the app it will download latest files again. If you configure the plugin with background update method, then the app launch the old version, downloads the...
View ArticleHow can i share an audio file through whatsapp
Hello, i want to know how i can accomplish sending an audio file via whatsapp. I have seen this question on this topic as well but sadly it was not answered How can I share audio files? Ionic Native I...
View ArticleIonic 3 In-app-purchase 2 for ios return null values
Hello… I am using in-app-purchase 2 plugin of ionic v3, and this is the source code (http://https://github.com/captaincole/ionic-iap2), I created products on apple store,when i try to get products...
View ArticleAdd aar file to cordova plugin
Use lib-file tag instead of resource-file tag for copying the .aar file, and remove the whole the gradle file as it’s not needed. See an example on barcode plugin...
View ArticleDo we need to explicitly install wkwebview for Ionic 4?
cordova-plugin-ionic-webview >= 3 requires iOS 11 to work. If you need to support iOS 10, then use cordova-plugin-ionic-webview 2.x (latest is 2.5.1 at the moment)
View ArticleCould not install from "ios" as it does not contain a package.json file
Looks like you added Capacitor to your project and added iOS platform to it, or you have an ios folder on the root of your project that confuses Cordova. So just rename the ios folder, run the prepare...
View ArticleHow is live update in Appflow
Thank you so much !! Have you noticed issue that, “auto” update method doesn’t always update the app. It’s very inconsistent. cordova-plugin-ionic 5.4.0 "cordova-plugin-ionic"...
View ArticleHow to make popover on the screen bottom
You can use this code on global.scss (for Ionic 4) .popover-content.sc-ion-popover-md { top: 328px !important; margin-top: 116%; position: initial; width: 362px; top: 0px; left: 0px; right: 0px;...
View ArticleReaddir() of /Data not working?
That’s really disappointing… A system where you can’t do an ls on your “home” directory…
View Article