Client needs Ionic View, where to download?
@pablocullen wrote: Hello! I have almost finished developing an app that a client will need to test. Now that its has been pulled from the app store i have no way to demo the app to him. Is there...
View ArticleInstall ionic 4 locally for project
@bocko wrote: Hi everyone. I would like to install latest Ionic 4 alpha and Angular 6 for testing and learning, but also keep Ionic 3 and Angular 5 for my existing projects. Is it possible, and how?...
View Articlenav.Push not working, just refresh to root
@Epy92 wrote: Hello guys! I have the following situation: I have a presentation page and a login button Clicking on Login I push the login page After login I push to user homepage and I enable the...
View ArticleIn-App monthly subscription with promo code?
@htorbov wrote: I was wondering, is it possible (has anyone done it) to have a promo codes for monthly subscriptions? For example, adding “PROMO15” code, which will discount 15% of the first month?...
View ArticleHow to build app for both tablet and mobil
@binghco wrote: Hello, I already finished my application, it is working good on mobil but on tablet has some problem on the size, i don’t want to to make another for tablet. Any idea how to make app...
View ArticleUsing Subdomains In Ionic PWA
@dalezak wrote: I can’t find any documentation or examples on how to implement subdomains in an Ionic PWA. For example the URLs https://client1.ionic-pwa.com vs https://client2.ionic-pwa.com. Any...
View ArticleInvalid Redirect URI - Keycloak configuration for Ionic app
@essejoje wrote: I have an Ionic app and I want use AA from Keycloak. When I test it on ionic-lab, I was using the localhost:8100 root uri. But, to use on the device, I received the error “Invalid...
View ArticleHow to make a fair compare for ionic v3 vs react-native? My company is facing...
@JeffreyChen wrote: Hi all, I would like to ask for someone who has experience in both ionic and react-native to make a fair comparison between them. My company chose ionic v1 for product app and now...
View ArticleInput type doesn't work on ios?
@Hodrin wrote: In short, my problem is: I want to validate the user input, for that, I use HTML5: <ion-content nopadding> <ion-list> <div *ngIf="buttonClicked && (DropdownVar...
View ArticleCalling a specific part of a function on an ionSlideDidChange Event
@jqx23 wrote: Right now I have a function which itself contains other functions, and then a for loop inside that function like so function example(param1, param2){ function first(){ //manipulates...
View ArticleIos password autofill prediction
@vladnaiden wrote: Is there a way to achieve password autofill prediction on ios application in Ionic? We’ve been struggling on this problem for several days and couldnt find appropriate the answer....
View ArticleHow can i insert or retrieve data from a remote mySQL database in ionic 3?
@subhajit25mondal wrote: I want to insert and retrieve data from a remote mySQL database in ionic 3 app. Please help me. Send me a sample code if possible. Posts: 3 Participants: 2 Read full topic
View ArticleChanges made to the assets folder are not being saved
@brasilino1 wrote: I’m having a strange problem. I can not delete some folders and files that I have created inside “assets”. Actually, I even get it, but whenever I use the commands: ionic cordova...
View ArticleString transformation
@subhajit25mondal wrote: I have a string variable : Query = "Ionic Pro team"; Now, i want to transform the variable to : Query = "Ionic+Pro+team"; Is there any built in function to do so?? Or, what...
View ArticleHelp making Observable.forkJoin() work
@Kyrax80 wrote: Hello guys, I’m making an interceptor to get http requests and add some headers to it. My interceptor is as follows: intercept(request: HttpRequest<any>, next: HttpHandler):...
View ArticleCan someone help me?
@jaylton7alencar wrote: when I build my ionic application, this error results: ionic cordova build android --prod [WARN] Detected locally installed Ionic CLI, but it's too old--using global CLI....
View ArticleIonic 2 admobpro reward video callback for completed video
@kelvinjordanjr89 wrote: Hi, I am currently using ionic admobpro for my app. I am having a hard trying to figure out how to get a callback for when a user has watch a reward video. Anyone know how to...
View ArticleCreate a datepicker with morning and afternoon selection
@surjith wrote: HI! I want to create date picker like in the attached file. image001|303x500 image001.png400x658 121 KB both date and turn sections are scrollable and selectable. Posts: 1...
View ArticleArray.find is not working on a 2d array in ionic3?
@RomnEmpire wrote: I have to find clicked id inside the 2D array and i have tried with find function but its not working as expected i have attached my console image tell me anyone how to fix this?...
View ArticleChanging the orientation of app flickers for few seconds
@mallu123 wrote: I have created a responsive Ionic 3 app to support both portrait and landscape orientations. It works perfectly, however unlike native app the full dimension app is not rotating...
View Article