TypeScript errors when attempting prop drilling in Ionic React
@redeemedrobert wrote: I’m trying to drill app state down through component props in app.tsx, but get a typescript error: Type '{ dailyObd: RouteComponentProps<any, StaticContext, {}>; }' is not...
View ArticleIs it possible to use pods that dont have cordova plugins for them?
@askiba wrote: the question is in the subject. i want to use snapchat’s snapkit. the only component that is not for web is snapchat’s creative kit and thats what i need for my project. should i...
View ArticleError whit capacitor-cordova-android-plugins on MAPS
@Fmrga3 wrote: The application works perfectly in the browser “ionic serve”, even in ios “npx cap open ios” works perfectly, but when I pass it to Android Studio “npx cap open android” it opens the...
View ArticleHow Can i register component commonly in project (Ionic 4)
@GhanshyamB1992 wrote: I have created one component i want to use on all page but when i am register on 2nd page it’s gives error Error: Type DatePickerControlComponent is part of the declarations of...
View ArticleIs it possible to upload my app with share list?
@pdj wrote: 스크린샷 2020-05-16 오후 4.59.22520×896 189 KB as above image , is it possible fo my app to be listed on share pop up on iOS / android? and how can I do it. Posts: 1 Participants: 1 Read full...
View ArticleDisable one event on inoke of other
@kkabra wrote: I have a use case where I use toggle button to update the attendance of students. I have implemented (ionChange) event to record the User’s response. Also, I have a button to mark all...
View ArticleSwipeable views with tabs
@tkoivisto wrote: Hey! Is it possible to do swipeable views with tabs using react and Ionic5? Ionic + Angular is using super-tabs, but I haven’t found anything similar for Ionic + React. Here is...
View ArticleIs there React IonPage component api documentation?
@WeiLi512 wrote: I can’t find the React IonPage component api documentation. Posts: 1 Participants: 1 Read full topic
View ArticlePWA Splash screen
@softwarekoch wrote: Hi, after some questions in this forum i decided to use Angular instead of ReactJs for my first IONIC App. After reading a nice book about ionic, i decided to stay with a PWA. In...
View ArticleIonic 4/5 update count on tab bar after specific actions performed on the tabs
@Pratikjaiswa15 wrote: I am building a simple add to cart with ionic. I have 5 tabs. The 5th tab displays added products to the cart. On the other 4 tabs, the user can add to the cart. (post request...
View ArticleHow to set scroll bar's color of IonContent for dark mode?
@Dotorimook wrote: Hi. I’d like to make the color of the scroll bar in IonContent to be black (at least dark) in dark mode because contents are bright. However, in dark mode, the scroll bar of the...
View ArticleIonRouterOutlet
@Ab20 wrote: Hi, I’m using the ionic react tabs template for my project. I’ve created 5 routes and out of 5 in my two components, they call APIs on componentDidMount and componentWillRecieveProps. Now...
View ArticleIonic react takes for ever to re-compile
@xonted wrote: i’ve just started a new ionic-react project. it takes few seconds to start using ionic -serve command-. but when i try to edit any simple thing and save it, then -[react-scripts]...
View ArticleManual Deploy not working for me
@pdemilly wrote: I have used deploy appflow succesfully for some time but now I would like to implement a beta channel for my app (ionic v3). My app is currently setup as auto on Production channel. I...
View ArticleIonic redirect to wrong routes
@mafortis wrote: I am using tabs style, then I placed my tabs URL under authentication and since then after user is logged in and open the app redirect doesn’t work properly. Issues Since I placed my...
View ArticleIonic 4/5 issue with ion-slide and modal
@Pratikjaiswa15 wrote: I am trying to show an image preview using ion-slide inside the ion-modal. But zoom functionality is not working. I have added slideOptions. But not working. Subsequently, the...
View ArticleDeploy/Publish to App Store
@ilanitz1 wrote: Hi, I’m trying to deploy to AppStore but the deploy destination only shows “Web Deploy Channel” and I can’t figure out if this feature is currently supported or only partially...
View ArticleNotify user when event date is near
@Brun0o wrote: I am starting an application (ionic + angular + cloud firestore) and I need to notify users when a date is approaching. * (This date is different for all users and is stored in the...
View ArticleSuper-tabs-container swipeEnabled dynamic
@TomasMoskala wrote: Hi, how do I set super-tabs-container swipeEnabled different on different tabs? I need a swipable content on one of the tabs, so from there only the tool button can be used (or...
View ArticleLive reload with wifi ADB not working
@mosheCh wrote: Hi, I am trying to debug my app trough WiFi with adb. The regular build is working fine. But the live reload(ionic cordova run android -l) gives me following error: [native-run] Error:...
View Article