Orel Butbul

Results 9 comments of Orel Butbul

Hello my Israeli friend :) add this to app.scss ion-calendar-month .days{ float: right !important; } ion-calendar-week .week-title.transparent{ display: flex !important; } ion-calendar .title .forward{ margin-left: -100%; left: -40px; width: 40px;...

yes sorry I checked it only on Basic mode

I had this problem, if you are using lazy loading, Add to yourpage.module.ts import {CalendarModule} from "ion2-calendar"; and   imports: [      IonicPageModule.forChild (OrdCalenderPage),      CalendarModule    ] This should solve the problem :)

@nan-li Maybe you didn't understand me, but I have an error, it doesn't let me add android:exported="true" to the reciver , when I try to add, it duplicates the receiver...

No I have no option, It's ionic 3, and because this is coming directly from your SDK I cannot edit the AndroidManifest.xml file manually, Is there any way I can...

In my case with Ionic 3 I installed the version "onesignal-cordova-plugin": "^3.1.0", "@ionic-native/onesignal": "^5.36.0", in app.module.ts i change to import { OneSignal } from '@ionic-native/onesignal/**ngx**'; And instead of using this...

I think we deserve RTL support after this year 😅

Since I updated the cordova plugin android to 10.0.0 I also have this problem Is there a solution to this? ![99009](https://user-images.githubusercontent.com/43487170/129573741-45fa3ad7-b16e-4eef-ab1f-dd87ac2bed94.png)