How to use capacitor storage with Vue?
@Heihachi88 wrote: import { Plugins } from '@capacitor/core' const { SplashScreen } = Plugins Then i can use SplashScreen methods, like hide() etc. But storage won’t work this way: mounted() { const {...
View ArticleIon-virual-scroll bug sometimes do not render on real devices but works fine...
@jaymar12361 wrote: I ended up using list and div classes to display array collections Posts: 1 Participants: 1 Read full topic
View ArticleYou need to declare GOOGLE_MAPS_ANDROID_API_KEY in config.xml
@webumer wrote: After updating my google maps getting error in KEY. even my key was defined in my config.xml FAILURE: Build failed with an exception. Where: Script...
View ArticleHow to ion-select multiple selected value to firebase
@Iceraft wrote: I did the following <ion-item> <ion-label>Time</ion-label> <ion-datetime display-format="HH:mm" [(ngModel)]="alarm.alarmTime" placeholder="00:00"...
View ArticleIonic AppFlow Build Error
@aardra wrote: Hi All I have recently started using Ionic Appflow. i am trying to get apk file and then ios files. I have uploaded my lastest project on to Github, but when i try to build the project...
View ArticleSlow navigation routes ionic v4
@deniscesar wrote: I have an ionic v1 app the navigation between routes is fast. In ionic v3 and v4 I noticed that this performance has dropped. The reason would be angular? I work with android 4.4.4...
View ArticleDisconnecting the model from the UI
@johnwargo wrote: I’m having a weird problem editing some data in my application. I have a project page in my app, it’s setup as a modal page. I use the page to create a new project as well as to edit...
View ArticleHow i could do this icons and this specific design
@mariambh wrote: Posts: 1 Participants: 1 Read full topic
View ArticleElectron/Ionic Auto Update
@pdemilly wrote: I have develop an ionic based application using the electron framework. I am trying to implement ionic auto update but it is not working. Any documentation out there to help me Thanks...
View ArticleCan I delete e2e directory from Ionic 4 project?
@teerasej wrote: I know that e2e directory has purpose for testing. But if we don’t intend to do test with e2e here, can we just delete it? Will it effect another path of project? or Is there any...
View ArticleCan we globally style elements in Ionic 4?
@peterjc wrote: I am porting my Ionic 3 application to Ionic 4. In the Ionic 3 version, I set styles of quite a few of the elements globally, so there is only ever one place to change them all should...
View ArticlePWA Security
@dodomui wrote: Would like to seek for advise regarding is Ionic PWA safe as server-side coding. Will user able to hijack Ionic PWA code / function? Is it save to perform secure transaction like login...
View ArticleFacebook login not working in ionic mobile app as well as Browser
@bansi2908 wrote: I have set up simple facebook login for IONIC Android. I am getting an error like, “TypeError: Object(…) is not a function at Facebook.login (index.js:**) at...
View ArticleBuild error on appflow but works in local
@sungwjpark wrote: My package.json { "name": "mapsit-app", "version": "0.0.1", "author": "Ionic Framework", "homepage": "http://ionicframework.com/", "private": true, "scripts": { "clean":...
View ArticleHow to upload video to a remote server,
@flycoders_sourav wrote: How to upload video to a remote server, actually i want to do any user can upload a single video using app how can i do that . please can you give me a any sample of code ....
View ArticleCordovaError: Promise rejected with non-error: 'Error code 65 for command:
@yuzujoe wrote: Hi I’m working on the build with ionic and I’m faced with this error, but I do not know the solution? I typed the following command ionic cordova build ios -- --...
View ArticleWebView XSS Vulnerability
@krishna2112 wrote: In SystemWebViewEngine.java @SuppressLint("AddJavascriptInterface") private static void exposeJsInterface(WebView webView, CordovaBridge bridge) { SystemExposedJsApi exposedJsApi =...
View ArticleCheck internet and call API in ionic 4
@pksquare wrote: how i call api only if internet is availale in ionic 4. If internet is not available Api should not call Posts: 4 Participants: 2 Read full topic
View ArticleIonic 4 custom grid breakpoints
@chrisbeech1985 wrote: Hi all, the Ionic documentation makes reference to a CSS variable that doesn’t seem to exist in the Ionic source code. The default breakpoints are defined by the...
View ArticleLocation Autocomplete doesnt Work
@PratikVaity wrote: home.html <ion-header> <ion-toolbar> <ion-title> Ionic Blank </ion-title> </ion-toolbar> </ion-header> <ion-content padding>...
View Article