Video file could not be displayed on ionicview
@stewchicken wrote: on real device, my app is able to display video file which is included in app but this app on ionic view could not display the video . i dont know the reason. Is there possible to...
View ArticleHardware back button didnt work
@Cankaya wrote: app.component.ts platform.registerBackButtonAction(function (event) { let confirm = this.alertCtrl.create({ title: 'EXİT?', message: 'Do you agree exit?', buttons: [ { text: 'No',...
View ArticleHow to vertical centre content using ion-grid?
@gslender wrote: Hi, I'm wondering if anyone has figured out how to purely rely on ion-grid to ensure a img, tag or other content is centred on the page by using solely ion-grid? I've done this using...
View ArticleIonic 2: use HtmlInfoWindow in native cordova-plugin-googlemaps
@kiwwwi wrote: I use cordova-plugin-googlemaps in my app. https://ionicframework.com/docs/native/google-maps/ My code: loadMap() { var element: HTMLElement = document.getElementById('map'); var map:...
View ArticleSwiping between pages (up or down)
@Hesters wrote: Hi everyone! My basic question is: How do you swipe between pages up and down? I would like to have it so the page transition gets animated just as if you push a page on the navCtrl....
View ArticleHow to best display key-value pairs in a list?
@Audrey84 wrote: Assume I have a Contact that has a lot of properties: Name, Last Name, Phone Number, Age etc. I want to display this data in an <ion-list> with <ion-item>s. Problem is, I...
View ArticleIonic cordova resources - error
@a1exo wrote: Old projectionic 3.5.0@ionic/cli-plugin-cordova 1.4.1 √ Collecting resource configuration and source images - done![WARN] Error occurred during command execution from a CLI plugin...
View ArticleUnable to stop Sidemenu controller from invoking
@2909sanjay wrote: Hello team, I am trying to put the localstorage after language selection page(first page) and then I declare a few variables in menu ctrl: $scope.vmodel = {};...
View ArticleHow to remove bottom line from the ionic components
@malithd wrote: I need to remove the white line in the bottom of the ion-input field.Any suggestion to overcome this problem! Image uploaded from iOS.jpg640x1136 24.2 KB Posts: 1 Participants: 1 Read...
View ArticleocLazyLoad in ionic 2
@avishai_peretz_dev wrote: Looking for something like this directive (ocLazyLoad) from angular 1to use in ionic 2 to load ts files.Is there any solution for that? Posts: 1 Participants: 1 Read full...
View ArticleError in installing @ionic/cli-plugin-ionic-angular@latest
@JenJacob wrote: Please help me fix this error, I have searched for a fix but it didn't fix the problem. image.png769x362 12 KB my ionic info is: Posts: 1 Participants: 1 Read full topic
View ArticleCorrect way/Best Practice to add and embed a font
@ultradryan wrote: I hv seen ppl replacing the default font.What if I want to add a font, instead of replacing?What would be the correct way to add, embed and use a font? and where should I store the...
View ArticleIonic v2 : Ion-title and ion-buttons not vertical aligned on IOS device
@loic_shake wrote: Hey I have a problem with the status bar on ios device, ion-title and ion-buttons aren’t vertically aligned.I saw that this problem is bound to the StatusBarOverlaysWebView plugin...
View ArticleHow do I Create Mater-Detail app with a JSON file?
@rafadeaderinwale wrote: I have a Hymn Book which i wont to make into an app. i want to list page to list out the items drawn from the json file and the detail page shows all the stanzas as it is in...
View ArticleIonic 3.5.3 a lot warning about unused imports
@esase wrote: Hello, recently I have updated my ionic project, but now I see a lot of warnings like this: [17:03:08] tslint: src/shared/components/avatar/index.ts, line: 1 'ChangeDetectorRef' is...
View ArticleHeader Nav Bar Hiding Menu Button
@okanberk wrote: Hi,Buttons disappear when I try to access the main page from a page.I did not understand why. Thanks for your help. page2 -> HomePage Navigate sinav_sonuc_kapat(){...
View ArticleError emulate on ios
@dardanaliu wrote: Signing Identity: "-" /usr/bin/codesign --force --sign - --timestamp=none /Users/a1/Desktop/jairendezvousapp/platforms/ios/build/emulator/JaiRDV.app ** BUILD SUCCEEDED ** Error:...
View ArticleHow to copy a file stored in firebase to local files
@vithika wrote: I have certain files in my firebase ,now i want to move these files to my local storage.. image.png1366x768 62.7 KB Here is the function which I am creating to move the files to the...
View ArticleInput field with floating label and icon
@opahopa wrote: Greetings. I feel like this is an extremely typical case i guess there is some out-of-the-box solution. How do i properly set the in Input field with floating label and icon (icon as a...
View ArticleHow to use Angularjs library in angular2?
@khokhardheeraj wrote: Hi, I used the https://radmie.github.io/ng-knob/ ng-knob library in ionic-v1 project, but know i want to use the same library in ionic3 project. Is that possible to use the...
View Article