Is Ionic 3 compatible with ionic-native v5
@ulver85 wrote: Is Ionic 3 compatible with ionic-native v5 ? Posts: 1 Participants: 1 Read full topic
View ArticleIOS overscroll issues with Ion-Content and large SVGs - native
@davegroff1 wrote: I have an Ion-content with several large SVG files in it. I am loading the page from an ion-modal. Under normal circumstances when I navigate to the page and I scroll up/down and...
View ArticleAppflow get app version or bundle id
@mypraxis wrote: Is there a way to get the App Version, for example 1.2.0, and the bundle_id, for example com.company.app, from the config.xml inside the Appflow Webhook? That would be very useful!...
View ArticleInternal error: SHA-1 not available
@Fluky wrote: Hi, I have a problem while trying to compile an ionic project freshly created on an android platform. here’s the error: FAILURE: Build failed with an exception. * What went wrong:...
View ArticleHide sidemenu even when wide screen
@RRVieira wrote: I would like to style the sidemenu so that it is displayed only when the menu button is pressed. I want it even when the sidemenu remains on the big screen. Posts: 1 Participants: 1...
View ArticleUsing event properties instead of addEventListener
@elclanrs wrote: Currently, when using a Stencil web component you can add an event listener like: myComponent.addEventListener('foobar', fn); Ideally, this should work too: myComponent.onfoobar = fn;...
View ArticleIs it possible to overwrite icon size in ion-tabs
@Blanketsniffer wrote: it seems even tough I adjust icon size as “small” in template it doesn’t appear so in my app. <ion-tab-button tappable tab="tab3"> <ion-icon color="medium" size="small"...
View ArticleCancelling build
@willyk wrote: Is there any way to cancel an ongoing build? Since there’s a concurrency build limit of 1 build at a time, I’d like to cancel a build to start a new one Posts: 1 Participants: 1 Read...
View ArticleHow to add babel plugin in Ionic React App?
@akzone wrote: I got this error message: Add @babel/plugin-proposal-class-properties (https://git.io/vb4SL) to the ‘plugins’ section of your Babel config to enable transformation Thank you. Posts: 1...
View ArticleTypeError: this.TTS.speak is not a function Ionic V4
@akit86 wrote: Hi, I tried implementing text to speech functionality by following the ionic native tutorial but I get TypeError: this.TTS.speak is not a function when the function is called. Can some...
View ArticleWhere to begin with Ionic 5 (React, if possible)
@w3bnetau wrote: Hi, I am looking for a good overview and guide to writing basic apps using the Ionic Framework, version 5 with React and Capacitor, if possible. I keep going around in circles trying...
View Article[Ionic React ] Do we have any solution for integrate Papertrail log?
@phivo wrote: Hi all, I"m going with ionic react for 9 months and this is time I need log any activities for debug purpose using Papertrail on iOS app. My solution, for now, creates a plugin that as a...
View ArticleStarter for ionic covid tracing application
@Bozzotta wrote: Hi, I have started and published under agpl 3.0 license a technical demo app for tracking contacts with dp3t protocol (it is a hybrid clone of their native app), I have also created a...
View ArticleBuild failed error
@abdosaeed wrote: FAILURE: Build failed with an exception. What went wrong: Could not resolve all files for configuration ‘:app:debugCompileClasspath’. Could not find support-compat.aar...
View ArticleSafari address bar visible on ionic web app
@mrKnorring wrote: Hi. I developing an ionic app (with tabs) and I’ve deployed it to heroku. Then I am using safari to save the address to the app as a shortcut to my homescreen. (This way it looks...
View ArticleIonic In App purchase
@Arun4004 wrote: I am having a calculator ionic iOS app I have 5 calculators by default, I need to buy full version of calculators inside the app. Is it okay to use third party payment inside our app...
View ArticleChange app ID
@ivorabascal wrote: Hello I have made two different apps and when I put it on the phone, one replaces the other. I guess problem of appID. I change it in the AndroidManifest.xml file but always just...
View ArticleUsing a Navigation with the 'back' transition breaks ion-page
@scipionh wrote: Hi, I have just launched the Tab project using the very last version of Ionic-cli (6.8.0). I am using iOs (10.15.4), cordova-ios (5.1.1), ios-deploy (1.10.0) and xCode (11.4.1) which...
View ArticleCamera.getPhoto path results in File does not exist error
@NateN wrote: Having trouble with Camera.getPhoto - appears to work, photo.path returns a full path, but trying to read the file with Filesystem results in a “File does not exist” error? const photo =...
View ArticleFile Transfer from ionic browser to EC2
@winglessbear wrote: I would like to send files (.csv and .json) from ionic (browser, angular) to EC2. Below are some of the details that i have tried but none of them are works. I found this File...
View Article