Difference between ios display and android display[SOLVED]
@redamed92 wrote: hello,i have an image in header bar.i want to style.i run the app using ionic serve --lab.my problem is there's a difference between ios and android.the margin in ios isn't the same...
View ArticleTemplate parse error at many place after upgrading @angular dependencies to...
@MrAbhijeet wrote: Unhandled Promise rejection: Template parse errors.here is my package.json { "name": "ionic-hello-world", "author": "Ionic Framework", "homepage": "http://ionicframework.com/",...
View ArticleInclude values of BBDD in option of select
@jcmorhum wrote: Hi, I have this select in mi ionic 1 application This is my select but I want to change it by database values.How can I access this data in the database?What do you recommend me?Can...
View ArticleExecution failed for task"compileDebugJavaWithJavac
@kumaripriti wrote: I am trying to install ionic on android device. It was loading initial but now its showing build failed error. image.png991x442 4.29 KB Posts: 1 Participants: 1 Read full topic
View ArticleIonic 3 Windows 8.1 and 10 Push notification
@sonuyadav wrote: Is there any working plugin or sdk for ionic 3, for android and ios using Onesignal but they do not support windows using ionic 3. Thanks Posts: 1 Participants: 1 Read full topic
View ArticleHow to disable content bouncing in ionic v2 in ios device?
@amitk04 wrote: Hello Guys, I have problem in ionic v2 apps in ios device i am not able to prevent bouncing content. Is there any solution? Posts: 1 Participants: 1 Read full topic
View ArticleInAppBrowser queries
@abhisheklamrood wrote: Hello,I am using InAppBrowser to navigate to Office 365 login page, once user logs in to office 365, I receive some data with the callback URL. This data is passed to a web...
View ArticleIonic 3 PWAs - Practical tips for a closer to native experience
@lavanda_dl wrote: Hi all, I'm struggling to find good canonical advice for running Ionic PWAs. I thought I would start a thread on the subject. Some specific questions: What us the right way to hide...
View ArticlePDF.js in Ionic 3 : Where and how should I load the webworker?
@distante wrote: I am trying to implement Mozilla's PDF.js into an Ionic 3 App, I installed pdfjs-dist and the typings from dt. I can correctly import and call the library functions but It does not...
View ArticleScreenOrientation
@gowrijtj wrote: I have dought on ScreenOrientation , the plugin has installed but its not running. Posts: 1 Participants: 1 Read full topic
View ArticleFailed to execute 'open' on 'XMLHttpRequest' : invalid URL Ionic 3
@dery wrote: Hi,I'm new in ionic 3 , I try to make a login post to API,here is my api provider export class ApiProvider { private host_url : string = '//api.someapihost.com:8080/app_dev.php';...
View ArticleIonic 1 nested state not working
@Kamaw wrote: I have a problem with nested state in Ionic, router: .state("signup",{ url: "/signup", templateUrl:"signup.html", controller:"SignCtrl" }) .state("signup.email",{ url: "/email",...
View ArticleNavigate from sidemenu directly to subpage
@felixks wrote: My App has a sidemenu, as well as tabs. The tabs contain subpages. Is it possible to navigate from the sidemenu to these subpages directly? Posts: 1 Participants: 1 Read full topic
View ArticleSee errors which appear on an app that is installed / running
@CarolineKo wrote: Hello, I run my app on a device which appear fine, but I have a problem I can't see errors when I click on a button. So I can't resolve it. For instance, I have a page "login/ sign...
View ArticleProblem tracker not started
@beren1181 wrote: Hi, I have a problem, but I do not know what's happening.Error on console: ERROR: Unhandled Promise rejection: Tracker not started ; Zone: <root> ; Task: setTimeout ; Value:...
View ArticlengAnimate not adding ng-enter classes in Ionic V1 app
@JimboJ wrote: I have an ionic v1 app. I want to add a basic animation to an element when it gets added to the view via ng-repeat. Reading the docs, the element should have a ng-enter class I can use...
View ArticleUnable to fetch value from array of object
@shashiraz111 wrote: i want to get correspoding value of object from cities on selecting item from list(like lat, lng, name). but i am not getting it. i always get default value from DATASTORE. here...
View ArticleControlling Video and events
@loki9182 wrote: Does anyone have recommendations on good practices for playing video in an Ionic app? I'm using the latest version of Ionic and I'll be loading multiple videos from an external server...
View ArticlePush Limit reached even at the beginning of the month
@Raymond_van_Pruijsse wrote: We are using the push service of ionic quite a while now, but since a few days we notice some errors popping up. When we try to send push notifications we get an 429 error...
View ArticleReset function after leaving the view
@gsantamaria wrote: Hi, I hope you're well! I have a view for a timeline. Every post has a click=() to push to the owner user profile of that post. It load the profile and its content, when you back...
View Article