No Content-Security-Policy meta tag found
@claudiocarmeli wrote: Hello, I have read 50% of what's currently on the internet regarding this issue. My GET requests are fine but my PUT requests don't write anything into my database. I learn that...
View ArticleMean + ionic
@Jonnyohoh wrote: Hello, i want to build a so called rich client application.It should be accessible through a normal website and i want to make an app of that with ionic2.But the problem is - i am...
View ArticleHTML5 video playing HLS on Android 4.4.2
@velcrodesign wrote: Hello,I'm trying to run this HLS stream in a HTML5 video tag in my ionic app: <video width="400" height="200" playsinline webkit-playsinline preload="metadata" controls...
View ArticleShared controler
@Minnen wrote: I have a rather complex page that contains multiple repeats. => products shown in a list=> products shown as image gallery=> grouped view on products=> selection page User...
View ArticleHow to disable the swipe in ion-menu
@bandito wrote: I read the docs but I can't still figure it out I tried this in the app constructor like so: this.menu = menu; this.menu.swipeEnable(false); and some other things but no luck... Posts:...
View ArticleDebugging / Error logging Ionic 2 App
@bdekk wrote: I am fiddling around with the new ionic 2 framework (the ionic 2 conference app). When I make a mistake in my code, I do not see an error popping up in my browser console. My app just...
View ArticleCreate a list with buttons and reordering
@SilentOne wrote: Hello, I created a list with some buttons and I want to toggle the reordering as in the example from the ionic site. But as soon as I add the reorder and delete (option) buttons, my...
View ArticleHow to override all generated back-button to MD style?
@pjhartin wrote: Currently working on a fork of the ionic-conference-app, and I am trying to override the default back button on all platforms to use the md style. Using the built in nav, I push a...
View ArticleIs it possible to clear the nav to root
@Harryinandroid wrote: Hi all, is possible to clear the nav to root, so that next launch should always go to my root page.What are the possible solutions.Thanks Posts: 1 Participants: 1 Read full topic
View ArticleRunning ionic2 in universal win10 app
@bandito wrote: it run as ios not wp, as in the style is iOS but not Win10. Had to set everything manually. Posts: 1 Participants: 1 Read full topic
View ArticleIonic 2 - app.bundle.js - Minification
@tonyawad88 wrote: Hello, Is there a way we can minify the app.bundle.js ? The current compiler/builder concats all js into one file but doesn't minify them. I am basically looking to improve...
View ArticleNgfor not working
@polska03 wrote: My page looks like this: <ion-item *ngFor="#item of items; #i=index" > <h2>{{ item }}</h2> </ion-item> My ts page looks like this: let t=setInterval(function()...
View ArticleSend notification to user id, which are not ionic users
@ranjanclass wrote: I'm using ionic notification. I can send notification using device token but what I want to send notification to respective user id which should not Ionic user but some custom...
View ArticleHow to localize the display bundle name of an iconic app on xcode 7.3
@abentofreire wrote: I have read the stackoverflow posts as well as Apple documentation on this matter, tried countless attempts, and none localizes the name under icon name on ios on my ionic 1 apps...
View ArticleIonic 2 clearInput Attribute
@El_Dee565 wrote: Is anyone having trouble with the clearInput Attribute? According to the docs the attribute is suppose to go on the ion-item tag which doesn't seem to work. Although putting on the...
View ArticleKeyboard-attach in Ionic 2
@nunoarruda wrote: I want my message input bar to float above the keyboard when the keyboard shows but it looks like there's no keyboard-attach directive (like v1) in Ionic 2 yet (maybe in the...
View ArticleIonic, change background color with param from RestApi
@tego120 wrote: I guys im creating an app in ionic most part of the App come from my rest Api. Having a hexadecimal color for AppHeader and background. This Code from other post in ionic forum do the...
View ArticleHow to force reload when opening a screen (And show cached screen when going...
@nirman99 wrote: Hi All,I want to achieve something like this, navigation.png759x421 3.32 KB There a list screen. By clicking on a list item it navigates to details screen. By clicking a button in...
View ArticleBackground image : center not working on Android
@DevLR wrote: Hello I'm trying to have a background image that covers the whole screen an that is centered (so the parts cropped if the width is too high are on the sides). I used background-size:...
View ArticleUI looking different on different browser
@nitinjs wrote: Hello, I am using ionic 1.7.14v. I have issue related to ui on different browser. I don't know the problem as css applied on both is same. but still both are differ. PFA....
View Article