How to use InAppBrowser Plugin for payment?
@anespa wrote: Friends, I am new in InAppWeb browser. I need to redirect some form values for payment in a web page . So I created a form with hidden fields as var pageContent...
View ArticleDisabling screenshots and screen recording
@sujit77 wrote: I need to block users from taking screenshots or screen recording while app is running. Atleast I need to block screenshots. In Android, I have achieved both features, thanks to great...
View ArticleHow to design flexible UI in ionic?
@sridhar1211 wrote: How to place the UI components exactly where ever we want. like a button to be put at certain (x,y) on the screen. How to align components horizontally? How to place one component,...
View ArticleTime wise sorting
@dipankar123 wrote: hi all, how to short my list time wise accending/ decending order i have array like this: this.array= [ {name: A, time: 10:00am}, {name: b, time: 10:05am}, {name: c, time:...
View ArticleHttp get request difference between map() and subscribe()
@jasonleonore wrote: what is the difference between using .map() and .subscribe() in an http get request? Posts: 1 Participants: 1 Read full topic
View ArticleHow to install plugin for fetch contact list from mobile?
@cooldp007 wrote: I try this plugin ionic cordova plugin add cordova-plugin-contacts npm install --save @ionic-native/contacts from https://ionicframework.com/docs/native/contacts but i got error like...
View ArticlePayment App Integration fomopay
@nitishtuple wrote: I am trying to implement a fomopay payment gateway while reading documentation there it is written Payment gateway will try to POST the following data to callback_url i am...
View ArticleIonic 3 android build fail without any error code
@duannx wrote: Hi, i’m using Ionic 3. After add new android platform i can not build my app. The process stop without any error code. Here is my output: PS E:\Cong...
View ArticleRating text issue
@81surajjadhav wrote: Here i am trying to show rating text at right side for each restaurant. my code <ion-item (click)=“gotoMenu()” ion-item class=“item item-block”> New Poona Bakery line—>...
View ArticleIonic attribute android
@SaraViz wrote: Hi!!! I have an Ionic application. I did build for android and now I need to test it through Appium. After building app, I tried to inspect the apk through a tool (Appium Desktop) and...
View ArticleGood practices static ion-select
@takugian wrote: Hello, ionic devs! I have following : Playstation 4 Xbox One Switch Etc When I have a static list and I need to repeat the component in other Pages, what is the best practice to avoid...
View ArticleDisplay youtube channel videos in ionic app with categories
@wandie wrote: hello, any one with a resouce of how i can list my youtube channel videos in ionic app, i wil be realy glad, thank you, urgent project. Posts: 1 Participants: 1 Read full topic
View ArticleFirebase phone number authentication is not working
@ahteshamkhan wrote: Hello friends, I am using this plugin ionic cordova plugin add https://github.com/jestcastro/cordova-plugin-firebase.git it is working before releasing of unsigned apk and its not...
View ArticleHow to handle database asynchronous operation in ionic 2/3
@gaurangkela wrote: I am working with the database in ionic, I call one API that returns me a number of records, I have to insert those records into the database and when to insert operations are...
View ArticleI want to create a image status
@flycoders_sourav wrote: I want to create a image status like this below my example But my result is i want to do like above example. How can i do that Html <ion-card class="res-card"> <span...
View ArticleHttpErrorResponse problem during ngx-translate
@abdugani wrote: I am using ngx-translate plugin and when I run app on my Android device I got “HttpErrorResponse {headers: HttpHeaders, status: 0, statusText: “Unknown Error”, url: null, ok: false,...
View ArticleItemSliding - Difficult to slide on Windows device
@nvieirafordesi wrote: Hey, I’ve been implementing a list of items with sliding actions, and it’s all very responsive to the swipe on the browser, but when I deploy to my target Windows device, I need...
View ArticleWhy navigation controller not work?
@anespa wrote: Friends, I have a navigation controller which need to navigate to settings page. But when I goto setting page I need to send a collection of data using provider to setting page. But...
View ArticleHow do I seed a database when a user first uses my app?
@jleewebdev wrote: Right now, I’m using a service I wrote to query an array of objects for my app. I would like to move this data to a SQL database. How do I set up my app to only create a table and...
View ArticleLine break in button
@mdline wrote: Hello, I have a button with icon and text and I want to display the text under the icon. On the Chrome browser it will be displayed correctly but not on IOS device. No line break is...
View Article