-
I tried bringing this, (And just regular cropperjs) into ionic3 and it seems to do nothing. The cropper loads but trying to change it or move the image does nothing. Any suggestions?
-
Hi,
I use `shareViaFacebook` function to share Url to facebook, all works OK except the Url shared in facebook has parameters removed.
My expected url is like: http://s.dublearn.net/?vid=-Kom-Rp…
-
Hola equipo de ion-book,
He visto tutoriales sobre autenticación. Desde ionic3 que con LazyLoading, aparece en la url la page actual. Pero, si yo no estoy logueado en mi sistema y voy a una page en e…
-
Hi,
It seems disabledDates is not working at all:
HTML FILE:
TS file:
public disabledDates: Date[] = [new Date(2018,1,28)];
Any fix?
Using this:
https://github.com/pauloedsr/ion…
-
Hola equipo de ion-book,
Desde hace unos meses que los sigo y encuentro muy buenos sus artículos. Propongo que para complementar el artículo de Lavano sobre notificaciones push para móviles, agreguen…
-
# Fazer a comunicaçao entre o cliente Ionic3 e o Arduino, via Bluetooth
- refatorando codigos
# Interaçao entre ar-condicionado e Arduino, via SSR e IR
# Teste dos sensores de presença
# RTC…
-
Our first task is to find a Whatsapp clone we can use as foundation
Front-end has to be Ionic (no matter the version)
Back-end we will look into NodeJS with Firebase and NoSQL
-
I've done exactly as in README.md and even took the versions from package.json and I'm still in dependency hell. If its not a problem of file plugin version, its android version. If that is ok then it…
-
Hi Sir,
I am using ionic3 app, for that i am using sunmi pos , i want to print a receipt , i installed the plugin successfully in android@6.3.0, after that i declare let sunmiInnerPrinter: any; befor…
-
I am ionic3 framework. I am trying to play video from local like as below :
```
let options: StreamingVideoOptions = {
successCallback: () => {
console.log('Video played')
…