[Capacitor] Newbie questions
Me neither, never seen it They also use the async and await functions which is quite new too I think no?
View ArticleDownloading with File Transfer nothing happens
just moved const fileTransfer: FileTransferObject = this.transfer.create(); in the platform.ready() !! and solved the problem. now problem is that i can not install the downloaded apk. it openes the...
View ArticleSearching for developpers
Hello @Socode Please give the access. Regards, Manish skype: manish.osuniverse
View ArticleGuide: How to update to Ionic 3.X
I am trying to update this app : GitHub srehanuddin/Ionic2-ResturantApp Contribute to Ionic2-ResturantApp development by creating an account on GitHub. And I found many errors such as this :...
View ArticleTooltips with Buttons
Hello, I want to do this: When a person uses my application for the first time, I want a tooltip to appear above the Home button. User can click on a button ‘inside’ the tooltip: Next. Another tooltip...
View Article[Capacitor] Newbie questions
Destructuring assignment. MDN Web Docs Destructuring assignment The destructuring assignment syntax is a JavaScript expression that makes it possible to unpack values from arrays, or properties from...
View Article[Capacitor] Newbie questions
reedrichards: They also use the async and await functions which is quite new too I think no? Seen that one before. Actually, on Slack Matt said to use Promise pattern. Which I prefer anyway.
View ArticleCall() is not working on iOS 11+
call() is working on Android but it is not working on iOS 11+. call() { if(this.phone) { this.callNumber.callNumber(this.phone, false) .then(() => console.log('Launched dialer!')) .catch(() =>...
View ArticleDownloading with File Transfer nothing happens
now that i found the problem i’m even more sad! the downloaded file is less than 1KB ! but the file is just fine in the url. i even downloaded it from phone browser and installed it successfully …...
View ArticleHow to go back to application after pressing on external URL? [SOLVED]
You can use <script> window.close() </script> in your redirected URL
View ArticleCall() is not working on iOS 11+
Check the contents of error in catch((error) => {} That will give you an explaination
View ArticleHow to disable side menu based on user logged in or not
in my app.html <ion-menu id="myMenu"[content]="content"> in home.ts in the constructructor i defined this.menuuCtrl.enable(false ,'myMenu'); its working but i need to display based on userlogin
View ArticleHtml accesskey for ion-tab
I am coding a web app in ionic. It is not going to be hybrid. It will only be used on desktops. Hence I would love to add keyboard shortcuts (a.k.a accesskey) w3school page illustrates accesskey usage...
View ArticleIonic cordova run android build failure
Hi all, In last few days I tried all suggestions, and so forth tried to create again the project from scratch and added all pages and plugins one by one. Everything was okay and my app worked fine on...
View ArticleIonic cordova run android build failure
In new project creation the information as follows: $ ionic info cli packages: (C:\Users\shokoienia\AppData\Roaming\npm\node_modules) @ionic/cli-utils : 1.19.0 ionic (Ionic CLI) : 3.19.0 global...
View ArticleDownloading with File Transfer nothing happens
only missing the s! for https in the url
View ArticleDetected locally installed Ionic CLI, but it's too old--using global CLI
Hello I am new to Ionic framework. I have downloaded a ionic project from a online site. When i try to run ionic serve I get the following error. image.png915x490 25.8 KB please help
View Article