Preference name="BackgroundColor" not working in ios
@ajaysaini wrote: i want to change background color , so i used <preference name="BackgroundColor" value="0xff0000ff" /> it is working fine on android but on ios, it is display on half screen....
View ArticleIonic application build failed on android with errors
@Tanzeel064 wrote: :app:processDebugManifest D:\Projects\iCoinVeer\platforms\android\app\src\main\AndroidManifest.xml:20:5-65 Error: Element uses-permission#android.permission.CAMERA at...
View ArticleIf i want to remove Google-service.json then which plugin should be removed
@flycoders_sourav wrote: If i want to remove Google-service.json then which plugin should be removed please help me anyone. Thanks Posts: 1 Participants: 1 Read full topic
View ArticleNavigation From one form to another is not working
@Shaileshbappanadu wrote: I’m trying to navigate, after login submit event…I didn’t able to find out why my navigation is not working …Can anyone help me out…Thanks in Advance…Here is IonicFrontEnd...
View ArticlePlatform.ready().then(() => { not triggered in iOS
@pdj wrote: constructor(platform: Platform, statusBar: StatusBar, splashScreen: SplashScreen) { alert(platform.is("android")); alert(platform.is("ios")); platform.ready().then(() => {...
View ArticleCant pass splash scree in iOS + Ionic3
@mariomol wrote: Hi there, have an app that were working in ionic2 and now migrating to ionic3. Android is now fully working… but ios i got stuck in the splash screen asking -> Device: YES, App:...
View ArticleSet Focus Elements
@deybic wrote: Hi everyone, is there a way to set a focus in the element that I want, for example to use barcode reading ? Posts: 1 Participants: 1 Read full topic
View ArticleSend Click to Element
@deybic wrote: Hi, is there a way to send a click event to input from a button ? Posts: 1 Participants: 1 Read full topic
View ArticleIonic 3 upload multiple images with extra data
@rajkanase wrote: I have a ionic 3 app, I am working on upload profile picture functionality. In this i want to select the image from either gallery or capture image using camera. After that i will be...
View ArticleManage Application Level and Page Level Context
@lalitkushwah wrote: How to manage application and page level context in ionic? I have researched and found following things: Application level Context Use localStorage/sessionStorage to avail the...
View ArticleHow to check my location is on or not
@flycoders_sourav wrote: How to check my location is on or not .if no then force to on the location Posts: 1 Participants: 1 Read full topic
View ArticleHow to close modal page from app.component.ts?
@FnnHuman wrote: How to close an modal page from app.component.ts class using nav controller? I was trying methods like popToRoot() but it doesn’t work. Posts: 1 Participants: 1 Read full topic
View ArticleHow to create Tabs
@simonioannides wrote: Hello i want to create a font-awesome icons tabs. I did this home.ts import { UploadPage } from ‘…/upload/upload’; @Component({ selector: “page-home”, templateUrl: “home.html”...
View ArticleIsolated Bootstrap styles in Ionic 3
@vnyksj wrote: Hi all, I want to use the bootstrap css with jquery animations for the accordion kind of thing, So I tried by adding the cdn’s of the bootstrap and jquery in the index.html like this...
View ArticleHow can i build IOS apk on windows operating system
@flycoders_sourav wrote: How can i build IOS apk on windows operating system Posts: 1 Participants: 1 Read full topic
View ArticleApp rejected App store
@speedflyer wrote: Hello all. I submitted my app for a bugfix and it came back to me after review with Guideline 2.1 - Performance - App Completeness After some search I found some post but without...
View ArticleCan i Upload image using Codeingiter on API
@eaxidev wrote: im using Ionic 2 and i want to upload image from my device to using codeigniter as my api im stuck searching for this but no luck thankyou for your help. Posts: 1 Participants: 1 Read...
View ArticleCordova can't add android platform
@Hesters wrote: Hello everyone. Lately I’m seeing an error again and again. By that I mean if I try to add plugins or platforms I get the follwoing error: cordova platform add android@latest --save...
View ArticleFailed build for Android: Execution failed for task ':app:processDebugResources'
@Hesters wrote: Hi everyone Lately when I try to build android I get the following errors: Failed to execute aapt com.android.ide.common.process.ProcessException: Failed to execute aapt Then there is...
View ArticleBig HTML pages take way to much time to load for the first time
@emanuelmoldovan wrote: Hi people! I’m creating an app in which I have multiple pages with over 1000+ lines of HTML code. I have few with 10000 lines or so. I used LazyLoading so that app is...
View Article