ionic-native

Local Notification scheduler time and voice Not working Ionic 4

假如想象 提交于 2020-08-10 20:38:09
问题 I have try to use Local Notification On my app. -Android lower Version it’s working at started time.And app close then not show Notification and not play Mp3 sound. -Android Higher Version :- It working scheduler time Local Notification but not show icon and sound. I don’t know what is problem. I use service create Notification and I use set time to play song without run background service.so I found Local Notification but it did’t worked. Please Help me How to solve my problem any other

Local Notification scheduler time and voice Not working Ionic 4

五迷三道 提交于 2020-08-10 20:37:56
问题 I have try to use Local Notification On my app. -Android lower Version it’s working at started time.And app close then not show Notification and not play Mp3 sound. -Android Higher Version :- It working scheduler time Local Notification but not show icon and sound. I don’t know what is problem. I use service create Notification and I use set time to play song without run background service.so I found Local Notification but it did’t worked. Please Help me How to solve my problem any other

Error: Can't resolve all parameters for setupPlatform: (?, [object Object], [object Object])

 ̄綄美尐妖づ 提交于 2020-08-06 07:52:18
问题 I updated my Angular to version 8, and I have run into a small problem. when I start the app with ionic serve Error: Can't resolve all parameters for setupPlatform: (?, [object Object], [object Object]). at syntaxError (http://localhost:8100/build/vendor.js:177346:17) at CompileMetadataResolver._getDependenciesMetadata (http://localhost:8100/build/vendor.js:196072:35) at CompileMetadataResolver._getFactoryMetadata (http://localhost:8100/build/vendor.js:195972:51) at CompileMetadataResolver

ion-button Click not firing up function in ionic 4

你说的曾经没有我的故事 提交于 2020-07-09 06:02:12
问题 I have a button and a function in my ionic 4 Code. Ideally on the click of the button, the function should fire up but that's not happening. MY HTML <ion-content padding> <div class="contentFlow" id="profile-content"> <h1>Profile</h1> <ion-button (click)="clicked()" expand="block" color="light"> Logout </ion-button> </div> </ion-content> MY TS: clicked() { alert('hello'); } Note: I need to keep the div in my code. What should I do? 回答1: I have seen such things when the rendering of elements

Fabs With Labels In Ionic 3

流过昼夜 提交于 2020-05-13 04:34:31
问题 I am using the Ionic 3 Framework and want to insert the following type of fab menu in my Ionic 3 App. Special Fab Menu: 回答1: In your SCSS file: button[ion-fab] { overflow: visible; position: relative; ion-label { position: absolute; top: -8px; right: 40px; color: white; background-color: rgba(0,0,0,0.7); line-height: 24px; padding: 4px 8px; border-radius: 4px; } } .fab{ contain: layout; } Your HTML file: <ion-fab bottom right > <button ion-fab>Share</button> <ion-fab-list side="top"> <button

Fabs With Labels In Ionic 3

时光总嘲笑我的痴心妄想 提交于 2020-05-13 04:34:28
问题 I am using the Ionic 3 Framework and want to insert the following type of fab menu in my Ionic 3 App. Special Fab Menu: 回答1: In your SCSS file: button[ion-fab] { overflow: visible; position: relative; ion-label { position: absolute; top: -8px; right: 40px; color: white; background-color: rgba(0,0,0,0.7); line-height: 24px; padding: 4px 8px; border-radius: 4px; } } .fab{ contain: layout; } Your HTML file: <ion-fab bottom right > <button ion-fab>Share</button> <ion-fab-list side="top"> <button

speech recognition does not return good the value on time ionic 5

北慕城南 提交于 2020-03-25 18:45:17
问题 I have a problem with this ionic plugin, I do everything right, but when you bring me the data, it does so after a subsequent action, such as pressing the button again or simply pressing some other element. I leave my code in case someone can help me. Below is my HTML code: <ion-header class="ion-no-border"> <ion-grid fixed> <ion-row> <ion-col size="10"> <ion-searchbar cancelable="true" [(ngModel)]="textoBuscar" (ionInput)="getItems($event)" debounce=1 (enter)="getItems($event)" search-icon=

speech recognition does not return good the value on time ionic 5

戏子无情 提交于 2020-03-25 18:41:01
问题 I have a problem with this ionic plugin, I do everything right, but when you bring me the data, it does so after a subsequent action, such as pressing the button again or simply pressing some other element. I leave my code in case someone can help me. Below is my HTML code: <ion-header class="ion-no-border"> <ion-grid fixed> <ion-row> <ion-col size="10"> <ion-searchbar cancelable="true" [(ngModel)]="textoBuscar" (ionInput)="getItems($event)" debounce=1 (enter)="getItems($event)" search-icon=

I can't handle android back button on Ionic 4

北城以北 提交于 2020-03-04 16:48:10
问题 I am new on ionic development.I have tried more and more way by following articles. Finally I have tried on this Handling hardware back button in Ionic3 Vs Ionic4 Please help me @Fabian N. But on device, I can't seem if the back button work regards code... that is the code is not work in my case. :( This is my ionic info. Ionic: Ionic CLI : 5.2.3 (/usr/local/lib/node_modules/ionic) Ionic Framework : @ionic/angular 4.6.2 @angular-devkit/build-angular : 0.13.9 @angular-devkit/schematics : 7.3.9

Ionic calendar event does not load on device

好久不见. 提交于 2020-02-06 12:50:41
问题 I am doing a calendar event application and it runs perfect in a browser but when I build it on a device the date format is different and it is showing me errors. I have used ionic2-calendar for this and the error is happening only on a real device it runs perfectly on a browser. I have tried everything but I can't solve this problem. This is my home.page.ts import { CalendarComponent } from 'ionic2-calendar/calendar'; import { Component, ViewChild, OnInit, Inject, LOCALE_ID } from '@angular