Error when using modals
@JohnCressman wrote: I am trying to use two modals to display a terms of use and disclaimer. It works, but when I try to build for android I get the following error: ERROR in : Type DisclaimerPage in...
View ArticleIonic PWA: How to transfer server ip from php into the ionic app?
@donotsue wrote: Hi there, I like Ionic PWA: No need for app installation, just calling a page on a webserver and the app is running on the smartphone in the browser. My app needs for some reason the...
View ArticleHow could i transfer ion-title value as a parameter to another page?
@rishironak wrote: I am trying to pass the title name as a parameter to another page but can’t find something like that. Posts: 1 Participants: 1 Read full topic
View ArticleHow to generate android app bundle for ionic 3 application
@Subodh18 wrote: Hii guys, i have generated the apk using command : ionic cordova build android --prod --release after that i have generated key for playstore using command: keytool -genkey -v...
View ArticleDismiss modal and prompt alert on press back button in ionic 3
@pksquare wrote: I have a modal. In that modal i also have a prompt alert. I want to close first prompt alert then modal on pressing phone back button Posts: 1 Participants: 1 Read full topic
View ArticleHow to implement jquery date picker
@flycoders_sourav wrote: How to implement jquery date picker any help or any reference link. Any help would be highly appreciated Thanks Posts: 1 Participants: 1 Read full topic
View ArticlePubNub SDK for Ionic 5
@maktest wrote: I’m going to implement the pubnub chat into my Ionic app version5. Ionic have any plugin or SDK for pubnub? Posts: 1 Participants: 1 Read full topic
View ArticleIonic Infinte Scroll
@raman001 wrote: In Inonic4 ("@ionic/angular": “^4.1.0”, and “@angular/cli”: “~7.3.8”), (ionInfinite)=“loadData($event)” is not triggering. Not able to catch the event in ts file. In HTML:...
View ArticleReturn result from http get
@contrasto97 wrote: Hi, how can i return the result of this http get? getChatId(emailTo) { var email = emailTo this.storage.get('token').then((val) => { const httpOptions = { headers: new...
View ArticleMethod of payment
@Ludolefrenchy wrote: Hello, I work on a sales app, what payment method can we add? thank you in advance. Ludo Posts: 2 Participants: 2 Read full topic
View ArticleError "Your app contains non-public API usage" uploading an app on iOS App Store
@ioclaudio wrote: Hi, I’m trying to submit on Apple Store a new version of an app I’ve already submitted many times. Last time I submitted this app was last week. Now, I’ve done some code bug-fixing,...
View ArticleReturn from function doesn't work
@contrasto97 wrote: Hi, im tryng to get the response from this http get but it give me this error: vendor.js:1823 ERROR Error: Uncaught (in promise): TypeError: Cannot read property 'subscribe' of...
View ArticleIs this possible? (multiple ion-router-outlet)
@rosunad wrote: I’ve got a main router-outlet in app-component and then, another router-outlet named inside one page that is loaded inside the main router. When I tried to load, from this page,...
View ArticleIonic 4 tab select with button push
@BrentAshWilliams wrote: Hello, I have a page with tabs. I have a button on the first tab that when pushed I would like to route/select another tab. The high level html has the following: <ion-tabs...
View ArticleFile variables.scss not working when i run code in android device
@abdelhamidts wrote: hello everyone i have a problem with variables when i build and run app in my device android this code work when i use ‘ionic serve’ in browser and the ion-content background take...
View ArticleExecution failed for task ':processDebugResources' when build in android
@WolframTheta wrote: Hi, I have a problem when I was attempting to do: ionic cordova build android Error: BUILD FAILED Total time: 1.405 secs Error:...
View ArticleGet error while trying to build the app using cmd "ionic cordova build android"
@Gokulsrivamsi wrote: cordova.cmd build android Checking Java JDK and Android SDK versions ANDROID_SDK_ROOT=undefined (recommended setting) ANDROID_HOME=C:\Users\COLOUR~1\AppData\Local\Android\Sdk...
View ArticleBuild/main.js in PWA has all the source code! How to protect my PWA?
@awasl wrote: Ionic 3 PWA: when I visit my pwa website (https://*****.com/pwa/build/main.js), I can see all the source code! how can I protect this file and make my PWA secure? Please help. Posts: 1...
View ArticleIonic 3 tabs active
@satya525 wrote: i have 5 tabs in my ionic 3 app and they are working as expected with in the app. Now i’m implementing FCM push notifications and i’m trying to redirect the user from the notification...
View ArticleText area for terms and conditions
@ioclaudio wrote: Hi, I’ve seen that in some sites you have to scroll all the “terms and conditions” in a text area before that it is considered as “read”. Is it possible to implement something...
View Article