The problem about using Firebase Cloud Functions in an Ionic application
Hello everyone, I use Firebase Cloud Functions in my Ionic app, But I have a problem, Can someone help me solve it? Please ~ The problem is shown in the figure below. 螢幕快照 2018-04-22...
View ArticleReplacing the button texts by icons
Hi! I am looking for a way to replace the placeholder texts in an ion-select action sheet with icons instead of simple text. buttons.jpg566x748 83.3 KB Now, I know the texts can be changed by adding...
View ArticleProblems with TTS plugin from cordova
Found this: https://github.com/ionic-team/ionic-native/issues/2137
View ArticleHow to show scrollbar in popover content?
I have implemented popover using ionic native.That’s working fine.I gave some height to popover but my content is more than that with in popover.I am able to scroll the content but only thing is I am...
View ArticleIonic Pro DOES NOT support `engines` on `package.json` to define node and npm...
@ShadSterling the problem was that I had my own needed version of node and npm for my project described in package.json#engines but when cordova used his own version of npm and it was an...
View ArticleHow to show scrollbar in popover content?
Have you tried enabling ion-scroll inside your ion-content? Documentation: Scroll
View ArticleIonic Pro DOES NOT support `engines` on `package.json` to define node and npm...
Assuming every system would have the needed versions of node and npm wouldn’t work in my case because I needed npm to have an specific version or later that cordova was trying to use an outdated...
View ArticleDisable ion-row button after a click till midnight
I want attendance of a class to be taken once a day. What is the shortest way to go about it in your opinion? Thanks <ion-row justify-content-center> <button class="button-block" ion-button...
View ArticleSuper Tabs within a single HTML page?
Just use ion-slider events to trigger segment chagne, and ion-segment events to trigger ion-slider change. @jamesharvey
View ArticleCORS Issue in browser build
Hello, I am using ionic to create a web app that works with a PHP API. Proxies are set in my ionic.config.json and work great when testing my app with ionic search. The problem is that when i’m trying...
View ArticleBLE - Change phone to Peripheral Model (Advertising Data)
I have an BLE Project where I need to switch the Android device to Peripheral Mode and Advertise Data to an scanning device, is there any features that I can use in ionic? I’ve learned BLE &...
View ArticleSuper Tabs within a single HTML page?
Yes, I think this is how super tab was created. Ion segment with ion slide work well together. This is originally from Angular’s material tab: https://material.angular.io/components/tabs However...
View ArticleHow to set up native Google Maps' LatLng dynamically
@wf9a5m75 would you please give me some advice? Thanks,
View ArticleCan't create alert inside onFail function of http request
codetrekk: I’m using the native HTTP cordova plugin for my http requests Why? Angular’s HttpClient is much better I think.
View ArticleCan't create alert inside onFail function of http request
SigmundFroyd: There’s no difference between the two, the latter seems to be most accepted 'round these parts but the former seems the preferred by the TypeScript style guide A comment on this, which I...
View ArticleGradle 4.7 released
Gradle 4.7 was released the 18th April 2018 Anyone already did the upgrade? Everything went smoothly?...
View ArticleHow to nav.push outside an ion-tabs?
what do you write in app.module.ts for App bcoz i followed your code but it still couldn’t find App.
View ArticleLocalNotifications.update not working
I’m trying to update a localnotification after showing it, but it’s not updating the notification fileTransfer.upload(this.img, 'http://192.168.43.76/famgoo_rest/', options1) .then((data) => { //...
View ArticleTest app with appium and protractor
I have written a blog post for doing the same. Let me know if it helps you. Cron-Dev – 22 Apr 18 E2E tests for Ionic (or any other Hybrid app) Ionic is a popular framework in the world of hybrid app...
View Article