Disable shake gesture for undo typing on app
hello all anyone knows how to Perfom undo,and redo on canvas-draw component in typescript…please help me
View ArticleUsing UDP in Ionic
hi, plugin works, but i have one more question. There is problem with adding listener OnReceive. When i do all the things (creating socket, binding, adding listener, closing) everytime i send udp...
View ArticleHow to make an otp(one time password) app like WhatsApp
as of my knowledge… we can use accountkit for this OTP and still the OTP using firebase is not yet released fully…
View ArticleIonic 3 select option checkboxes deselect event
I have strange requirement, I am having 4 options from dropdown out of 4 I have to allow select only 3 in ionic 3 dropdown, I have been trying with many ways but nothing is working. Could anybody help...
View ArticleTextarea and cursor moves off the screen when tapped
Ion-content is scrolled automatically and goes off the screen when I tap on a input. It is a simple screen with a textarea and a button Screen Shot 2018-03-02 at 2.33.06 PM.jpg387x651 16.1 KB Textarea...
View ArticleIonic search autocoplete doesnt pick acutal location
my search autocomplete doesnt pick actual location, how can i make it be accurate to pick latitude and longitude of a place searched, this is my code startpage.ts constructor(public navCtrl:...
View ArticleIonic Pro - http native - CORS
I am using the native http plugin to do api calls from some pages in my app, to a server that I have access to. Why is the Ionic Pro version so strict on CORS and is there a work around for this? It...
View ArticleCamera not working in .APK but works in Ionic view
Thanks for solution …but am getting this error : image.png868x506 27.3 KB …can you add code in type script please
View ArticleReadable http body
Thank you. I tried this code, but it doesn’t work: let httpParams = new HttpParams().set('username', 'John').set('password', '123456'); this.http.post("http://..........", httpParams, options)
View ArticleWhy style settings for map marker is not effective?
I used this code: var icon = { url: 'assets/img/target.svg', // url scaledSize: new google.maps.Size(50, 50), // scaled size origin: new google.maps.Point(0,0), // origin anchor: new...
View ArticleCould not download PDF from base 64 data from web service . Why?
No error occur… Any permission need to be added with marshmellow or Nougat… please advise Thanks Anes
View ArticleIonic Pro - http native - CORS
yondermedia: Why is the Ionic Pro version What Ionic Pro version of what are you talking about?
View ArticleProblem after lazy loader
A big thank you lucasbasquerotto !!! Your proposition is good
View ArticleFile google-services.json is missing
For anyone using codova-android >= 7, you now must add <platform name="android"> <resource-file src="google-services.json" target="app/google-services.json" /> </platform>
View ArticleIonic Pro - http native - CORS
Sorry, Ionic View Pro play.google.com Ionic View Ionic Ionic developers can use View for live app testing and to get their app in the hands of clients, testers, or collaborators as quickly as they...
View ArticleDynamic side menu once user get logged in
if i access the app as "continue as a guest" these side menus should appear *History *about *page if i access the app as logged in user a guest these side menus should appear *History *about *page...
View ArticleHow to generate a unique random value for a mobile transaction?
i think you use online payment gateway for payment. almost all payment generated again of any order no/ invoice ID… and order no. always be unique value of your invoice so i think use your order id...
View ArticleAJAX Call ANGULAR 5
Hello i am trying to make a background “Silent” call to webservice in order to get a token i am struggling with ajax. I studied an example that i found in Angular 1 which uses Ajax for some reason and...
View ArticleCannot find type definition file for 'cordova' : diagnostic plugin
You can fix it by installing cordova types: npm install @types/cordova --save
View ArticleIonic event fires too many times. Incremented by one each time it's triggered?
Looks like you’re subscribing multiple times to the events. Where exactly do you subscribe?
View Article