360 image viewer
@soyJsus wrote: Hello I’m creating an app to display a 360 image, I use this library, this is a dependency that when I import it gives me an error. D.js I import the bookstore this way npm install...
View ArticleIonic build failing on OS X 10.11.6
@nikmartin wrote: Building my app on Linux works fine. I just started preparing for an iOS release, so I setup node, ionic, and cordova on my Mac, and running npm install works fine, all packages...
View Article"Select Source" Input type file problem
@Deka wrote: Hello, this is what happen if i try to click on an input type file using Ionic View(left) or using installed application(right). WhatsApp Image 2017-08-21 at 23.09.31 (1).jpeg899x1599...
View ArticlePass variable to view from construct function?
@wforce wrote: I call in my app construct() function a external json url, in console log I see correct result of: var url = 'https://my_path.co/apiv1/products'; this.http.get(url).map(res =>...
View ArticleAccess Param in URL in component/page
@seanmavley wrote: Using IonicPage, I can do this: pushPage(detailInfo) { // Push an `token` to the `'reset-password'` this.navCtrl.push('reset-password', { 'token': detailInfo.token }) } which will...
View ArticleRoot Page Ionview not loaded
@rflig wrote: Hi, I’m having trouble with switching pages with different sliding menu. For example, when I try to use setRoot to my menu page, the set rootPage view won’t load and retains the old root...
View ArticleIonic serve displays differently before and after being refreshed
@arusl19 wrote: When serving my app for the first time, the app theme is as shown in the picture below: first.png1361x651 70.1 KB However, after I refresh the page, it becomes like the picture below,...
View ArticleIssue with segments that use ngFor. EDIT: Found the solution
@cfarren wrote: Hey all, I am trying to dynamically create a row of segments using ngFor. I have a hard wired segment called all with a value that equals an empty string. When I use ngFor to create...
View ArticleSecurestorage error
@elduderino15 wrote: I am testing my app in the browser and keep getting cordova_not_available for using it. The documentation states that a browser would use plain text local storage for mockup....
View ArticleDetect touch move over separate elements
@beck24 wrote: I have a series of elements, I want the user to touch the first element, then drag their finger across a number of subsequent elements. I can detect the initial touch with the...
View ArticleReuse HTML for other component
@Peter_D wrote: In component.ts <div *ngIf=“isSearch”>… <div *ngIf="!isSearch">Content In component2.ts <div *ngIf=“isSearch”>… <div *ngIf="!isSearch">Content I want to reuse...
View ArticleAuto Load and Refresh Div every 10 Seconds
@flycoders_sourav wrote: I want to do auto Load and refresh a specific div every 10 Seconds how can i do that. Posts: 1 Participants: 1 Read full topic
View ArticleDisplay same row each time one clicks an ionic button
@HamdySdiri wrote: My view is like the above: <ion-item> <ion-row> <ion-col col-4> first item </ion-col> <ion-col col-4> 2 item </ion-col> <ion-col col-4>...
View ArticleexitApp() not working in ionic3
@Nulra wrote: I want to exit the app when the device have no internet connection, but I use exitApp it nothing happened, here is my code: constructor(platform: Platform, statusBar: StatusBar,...
View ArticleCan fire an function each 10 seconds?
@temohpab wrote: I need to know if i can fire an event or function each 10 seconds trying to check some information who comes in a get… The function is hosted in a provider Thanks Posts: 1...
View ArticleUnwated scroll apear when keyboard is open ( iOS )
@bmagne wrote: Hi everyone, I have a problem and i didn’t found anything relative to this issue, when i want to fill a field on my home page, when the keyboard is open the page content is scrollable...
View ArticleLeaflet zoom click ignored
@sebastianovide wrote: Hi All, The leaflet zoom clicks are ignored until when I click any item on the screen. After that it works as expected… note: I can reproduce the problem only in the browser. If...
View ArticleHow to modify @ionic-native/image-picker?
@stewchicken wrote: Hello I am recently using @ionic-native/image-picker and need to modify it when i look source code of getPictures() , the implementation is not done yet how does it work? below is...
View ArticleUse cookie session authentication from localhost
@Hanzo wrote: I’m trying to authenticate with a SOAP service with session cookie authentication. First I do login with the server and it runs fine but when I try to request other resource with the...
View ArticleGetter and Setter not accessible
@JulienB54 wrote: Hello, I recently created a new project under Ionic 3. I usually use model with getter and setter, but recently it is impossible to access the methods of the models. Example : export...
View Article