How to use CSS on Ionic 4
@pedro1312 wrote: That could sound weird, but I’m really new on ionic and I’m having problems figuring out how to use it. How can I overwrite the global scss using the pages’ css? I’d like to have a...
View ArticleQuality parameter in cameraOptions for ionic native camera plugin
@faizan1990 wrote: I am using this camera plugin: https://ionicframework.com/docs/native/camera/ The quality parameter in cameraOptions doesn’t seem to be working on my Android phone. No matter value...
View ArticleAdaptive bitrate Streaming
@syedhope wrote: Is there a way to achieve Adaptive bitrate Streaming when you have 2 urls streaming on different bitrates? Posts: 1 Participants: 1 Read full topic
View ArticleNavController in Ionic
@RehanHassan wrote: Hi guys, Actually, i wanna know about Ionic NavController in Ionic 4. As we already know Ionic-4 beta is launched & there’re talks that for navigation system, the frameworks...
View ArticleIon-image not loading when entering the view
@flaviotobias wrote: I’m using ion-img inside a ion-list, however sometimes the image is not loading, the user must exit and re-enter the page for the image to load. My ionic info: Ionic: ionic (Ionic...
View ArticleHow to pause youtube video when click on power button
@_Ali94 wrote: I’m trying to upload my app on google play but they always reject it. When I asked them, the reason of rejection was pointed on “youtube videos not pause when the screen off” I checked...
View ArticleIonic changing my plugins versions
@Kyrax80 wrote: Hello guys, I have the following plugins in my package.json: "cordova-plugin-ionic": "4.1.7", "cordova-plugin-ionic-webview": "1.2.1" I need them to be that specific version, no more...
View ArticleSelect searchable error after using Lazy loading
@Alimhanna91 wrote: i’ve updated my app from ionic 2 to ionic 3 and i’ve used Lazy loading after that , i’ve faced many problems the worst one is : No component factory found for...
View ArticleIonic v4 - I have a question on Page Navigation
@thruthesky wrote: I am using ion-route-outlet and ion-menu-toggle I have two pages. page A and page B. User access page A and page A initialize with life cycle event. User enter page B. User go back...
View ArticleIonic cordova inappbrowser doesn't handle 'http 500 error'
@tousif03raza wrote: I’ve used ‘InAppBrowser’ plugin to open an url, but it doesn’t handle ‘http 500 error’. ‘Loaderror’ event callback didn’t call, when page didn’t work. Posts: 1 Participants: 1...
View ArticleIonic 3 segment + virtual scroll not working
@paulbuscano003 wrote: Hi, I have a list and i want to display it with different segments. Please see my code below. home.html <ion-grid *ngSwitchCase="'box'" class="no-padding"> <ion-list...
View ArticleCarousel middle of the screen in ionic
@rammohanb wrote: I have below code to run carousel in my ionic app <ion-slides autoplay="1000" loop="true" speed="500"> <ion-slide *ngFor="let item of video"> <img [src]...
View ArticleIs it true that Slides works bad with tab layout Ionic 3 app
@hsmbdr86 wrote: I read somewhere that slides do not work properly in ionic app with tab layout (I tried my self this one and spent a lot of time on it). Is there any way to deal with this issue?...
View ArticleActionsheet Customization
@dennismuchiri086 wrote: Hi Community, I enquire about the actionsheet. Is there a way to modify it so it behaves like the android bottomsheet ? To disable the tint and disable dismiss onclicking...
View ArticleHow to catch an error from Observable in this scenario?
@Kyrax80 wrote: Hello guys, I have the following code: getVideos(): Observable<CategoriaVideoExplicativo[]> { return new Observable(observer => {...
View ArticleUse ImageMapResizer with ionic
@JEricaM wrote: Hi I would like to use in my application this plugin GitHub davidjbradshaw/image-map-resizer image-map-resizer - Responsive HTML Image Maps I’ve installed it with npm but I don’t know...
View ArticleReferenceError: google is not defined - ionic v3.9.2, angular v5.2.11
@qaudaffyazmi wrote: Hello guys, i know this error is pretty common but i still have no idea which part did i do wrong. i already did npm install @types/google-maps --save-dev and import { google }...
View ArticleIonic 4 and LTS?
@schngrg wrote: reedrichards: v4 = LTS support Have they announced details for LTS plan for v4? This is probably most critical for us. We are finding it hard to convince clients already bitten once by...
View ArticleDisplay json data
@prosper1 wrote: { “result”: { “cardNumber”: “19”, “surname”: “Pretorius”, “fullName”: “Frederik R”, “namePreferece”: “Ferdie”, “idNumber”: “5907145055084”, “homePhoneNumber”: null, “workNumber”:...
View ArticleHow to use nested providers?
@ioclaudio wrote: Hi, I’m using three Providers in my app: settingsprovider, qrcodeprovider and wsprovider. qrcodeprovider and wsprovider use settingsprovider qrcodeprovider uses wsprovider “Uses”...
View Article