How to expand image size to fit with screen
@81surajjadhav wrote: How to expand image size,I want reduce gap left and right of the image Posts: 1 Participants: 1 Read full topic
View ArticleHttpClient sending header 'type' instead of 'content-type' on android
@haris4063 wrote: I am using ionic 3 with laravel 5.5 back-end. in some cases ionic’s httpclient sends ‘Type’ header instead of ‘Content-Type’. In case of ‘Type’ header i don’t receive data on my...
View ArticleFacebook share issue
@AMALGRAJA wrote: shareViaFacebook(message, image, url) - this method not sharing image without th facebook app. Is this method don;t support webview? Posts: 7 Participants: 2 Read full topic
View ArticleHow to disable the ionchange when user keep swipe
@ethanhung123 wrote: How to disable the ionchange when user keep swipe or this is a bug? I want to get the final released action from user like apple toggle is there any way to do this? video (mov...
View ArticleCan't push code to dashboard
@Mohamed_Saber9 wrote: Every time i use git push ionic master i get this results in terminal fatal: App doesn’t exist or you do not have access to this repository. fatal: Could not read from remote...
View ArticleIon-popover-view
@pradee89 wrote: I am facing a tuff time in placing ng-if in ion-popover-view . I need to add 2 different popovers based on condition.For some reasons , its not accepting. <ion-popover-view...
View ArticleIonic 3 Angular DOM manipulation
@dimitri320 wrote: I’m trying to manipulate the DOM dynamically from my TS (JS) by using the following line of code: document.getElementsByTagName("ion-backdrop") When outputting this to the console,...
View ArticleUntracked images - Ionic
@HuskyAguiar wrote: Hey guys! I’m with problems about untracked images that aren’t showing in mobile (but yes in the lab). Obs: I have the impression that the name is making a difference, because some...
View ArticleDeployment ionic 3 and meanstack?
@codiqa100095421 wrote: Hello, where can i find infomation about how to deploy ionic 3 and meanstack? Thanks Posts: 1 Participants: 1 Read full topic
View ArticleAndroid splashscreen fade animation on hide not working
@snikh wrote: In my app I use @ionic-native/splash-screen module. I hide splashscreen by this logic public platformReady(): Promise<void> { return this._platform.ready() .then(() =>...
View Article(click) with clicked element as parameter
@2ndeffect wrote: Okay, coming from web development, can anyone tell me how to reproduce the following in Ionic: This will send the clicked element to my function, so I can get a hold of it and...
View Article[stencil] ionic v4 with react typescript
@taljacobson wrote: Has any one tried creating a project with ionic v4 and react-scripts-ts? I’m getting compilation errors due to type miss match if i add an import statement with stencil tpying. It...
View Article*ngIf problem with my ion-input
@yeeqinghew wrote: Hello there, anyone can help me with this? I want to check for duplicate username on my ion-input and show “Username is taken.” when there is duplicate username found in my...
View ArticleIonic lazy loading unit test cases
@oporje wrote: On fixture.detectChanges() I am getting Failed: Uncaught (in promise): invalid link: LoginPage error in my unit test cases. Please suggest the solution Posts: 1 Participants: 1 Read...
View ArticleScroll to specific element in horizontal scroll bar
@nik2nik wrote: I have a footer with multiple divs that can be scrolled horizontally. For horizontal scrolling I’ve used ion-scroll. Now if I click on any of these div then all the divs should get...
View ArticlePrevious splash screen shows for a second before new splashscreen in IONIC app
@karthikcp wrote: Hi, I just created an ionic app and previously I added a splash screen and that was working fine. Now I added another splash screen in resources using the command ionic Cordova...
View ArticleFacebook share - image with message problem
@AMALGRAJA wrote: Hi all, I have a problem with facebook share. I am using ionic-native/socialshare plugin for share an image with a message. But all the time , image is posted without message.Is...
View ArticleIonic native network plugin
@karthikcp wrote: I need to check internet and id connection exist I need to perform a server request. I used ionic native network Plugin. But i done as per their official doc. my CODE: import {...
View ArticleWorking with an app made in Ionic 1.3.1
@DigiWolf wrote: Hi there, I am trying to work on a project that was created back in ionic 1.3.1 - I am installing everything from scratch and have the project files on SVN. I firstly installed ionic...
View ArticleHow to make app android / ios and web at the same time
@jeronadal wrote: I have thought of making an app and a web with ionic, I do not want to make the web on one side and the app on the other because I am the only programmer of the company and it is not...
View Article