Have 2 Questions (Rewarded Video - make my project work in any android versions)
@ayw4r wrote: First i need to Thank all the people here because make build application so easy , Thank you so much Second i need to ask how to show rewarded video , can anyone here give me just code...
View ArticleHow to get the result from provider
@afefCH wrote: I’m working on authentification part in ionic application. The mobile application is connected to spring boot application witch contains login function and return a list of diplomas of...
View ArticleInjecting mock providers only for dev mode
@arctican wrote: Hello. I’ve created a couple of mock classes for testing in the browser. When testing on a device, I manually remove these from the providers list before the build. I now want to...
View ArticleTypescript Error if the App is being build
@RobertLinde wrote: Hi, if I try to build my app, I get this error in my email-composer: [19:23:16] typescript: C:/Users/Robert/count/src/pages/mail/mail.ts, line: 56 Argument of type ‘{ to: string;...
View ArticleAdd button in fullscreen view using ionic-img-viewer plugin
@izeezoo wrote: When tapping on an image using the ionic-img-viewer plugin, it does not open a page where you can add buttons or HTML elements. So is it possible to add a button in the fullscreen view...
View ArticleMake HTTP rest call and store data during app startup
@flavio_b wrote: Hello, I’m new to ionic and I’m developing my very first app. Of course, I am searching for many days so far on Google but still can’t find the solution I’m looking for. I created a...
View ArticleError: Failed to transpile program ionic2
@SimonKomlos wrote: I’ve been developing an app for 6 months now. I’ve never tested it on a device, always in browser, but it’s gotten to the point where I want to test on my android phone. So I do...
View ArticleOverride Cordova Java Class
@magic-77 wrote: I need to override a Cordova Class the resists in “node_modules/cordova-android/framework/src/org/apache/cordova/CordovaActivity.java” But any changes i do are ignored. Do i have to...
View ArticleHow to save a json-File so that it is readable in ionic
@pangu wrote: i was able to finish the json tutorial from this video: however, when i try to change the json-file to a json-file of my own (or even download the json-file from the tut an upload it to...
View ArticleIonic onchange not working for me
@chakradharsw wrote: <ion-item> <ion-label floating>Username</ion-label> <ion-input formControlName = "userName" type="text" (ionChange) = "change()"></ion-input>...
View ArticleIonic 3 doesn't send session cookies on iOS
@Glisovic wrote: Hi, I have a problem with iOS only, after user login on the next http request Ionic doesn’t send session cookies. My all platform are based on session cookies authentication. When I...
View ArticleIon item with checkbox
@afefCH wrote: Hello, I want to get a list of states with two ckeckbox inside each item, for eg ; a list of company and every company has two checkbox : SMS and Email. I try this code, but it doesn’t...
View ArticleBest way to erase unused plugins
@temohpab wrote: Hi! I’m trying to erase all the components/plugins who i tried into my project… Wich is the best way to realise this? The cleanest way Thanks in advance Posts: 3 Participants: 2 Read...
View ArticleError _.K {lat: ƒ, lng: ƒ} or setpostion of latlong not number
@walidd wrote: the lat and long is changable as realtime tracking from data , i use get http from url, and i use interval observoable to reload but i fail to add marker to map and make it move ....
View ArticleElegant templates to display ION CARDS?
@temohpab wrote: I’m trying to display an element from an array… It’s an element with name, id, description, last_visited, last_commented and i’m trying to see some workarounds to wrap that...
View ArticleMultiple dex files define Lcom/google/android/gms/internal/zzew;
@hamdanihamza wrote: This happened after i installed OneSignal plugin on my app :transformClassesWithDexForDebug FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for...
View ArticleThe page content overlap on the header bar in tabs component page
@chantc wrote: Hi , I’m trying to solve the problem when using the same background image in header bar and content with the tabs component. I’m trying to achieve the same result (without tabs...
View ArticleHow to import terikon/marker-animate-unobtrusive
@walidd wrote: i have error that the marker still not moving still duplicate import * as SlidingMarker from "../../../node_modules/marker-animate-unobtrusive"; droneMarker(data) { var Newlat =...
View ArticleHow to Render Single Observerble Data in HTML
@pnchlC wrote: I use Observerble to get single object data to from the firebase. How do i render this data on html.i use this {{(postObservable2|async)?.subject}} but Nothing Renderd....
View ArticleIonic AdMobPro onAdPresent issue
@bohdanmelnychenko wrote: Hello everyone I use Ionic Admob Pro plugin https://ionicframework.com/docs/native/admob-pro/ I have subscriber to onAdPresent event which fires when user finishes watching...
View Article