How to get corova to load config.xml from subdirectory
I actually didn’t know that `cordova-browser’ loads the config.xml on runtime… so I am looking into that now. I can see the broken request you mentioned.
View ArticleHow to get corova to load config.xml from subdirectory
Found it: github.com apache/cordova-browser/blob/dfa40a685780da5aff9965bd54aafec177113abc/cordova-js-src/confighelper.js#L69 fail('[Browser][cordova.js][xhrStatusChangeHandler] Could not XHR...
View ArticleRunning app with --prod but css issues even with latest ionic
Did you remote debug the problem on the device already? Follow these instructions here to debug the problem in Safari dev tools: https://docs.ionic.io/tools/developer/#safari-inspector Follow these...
View ArticleThe application starts more than 9 seconds
ok but without page name how will it work? i want to redirect every page after login to home page when pres back button… and if not logged in than to login page… how to achieve that in nack button...
View ArticleStyling popover
How to apply styles to popover like in docs (rounded corners, width): ionicframework.com Ionic Framework The easiest way to build amazing mobile and progressive web apps. 100% free and open source....
View ArticleProblem installing / updating ionic
@Sujan12 Yes . Simple question : GIT CLI are now mandatory with this new ionic version ? It was not with ionic 2
View ArticleIonic Error: Apple Mach-O Linker Error
This is what I did: > ionic cordova plugin remove cordova-plugin-console cordova plugin remove cordova-plugin-console --save ✖ Running command - failed! [ERROR] An error occurred while running...
View ArticleIonic Error: Apple Mach-O Linker Error
You should revert back to 4.4.0 and wait till they fix 4.5.0 using the following commands: npm uninstall cordova-ios npm install cordova-ios@4.4.0 ionic cordova platform add ios@4.4.0 ionic cordova...
View ArticleIonic Error: Apple Mach-O Linker Error
That works and sounds like the safest option for now.
View ArticleRemoving Events list from Calendar
Hi All I am using NgCalendarModule in my app house I don’t want to use events with my calendar. How do I get rid of the events display as shown in the imaged attached. (Just to be clear, I want to get...
View ArticleRunning app with --prod but css issues even with latest ionic
in chrome and in emulator works fine but not in device
View ArticleHow to get corova to load config.xml from subdirectory
Ok, thanks. I actually had found that line previously, but didn’t know if I should change it or not
View ArticleHow to change StatusBar text color not background
I want to change the statusbar text color not just the background. When I use statusBar.backgroundColorByHexString("#f7f7f7"); the status bar background is changed successfully however the font is soo...
View ArticleNgx-translate: outputs key instead of translated string
Have same problem as in the first post. In my case problem was in packages version. Latest version of ngx-translate don’t use http service. For me all works fine with "@ngx-translate/core": "7.0.0"...
View Article$translate.use(lang) take the app to different state
Hello, I’m developing a multilanguage app on ionic 1, when I change the app language on runtime, the app changes the language correctly, but it moves to another state. what cause this behavious? and...
View ArticleRemove white space under Calendar
How do I remove the white space under the NgCalendarModule as shown in the attachment? I have already removed the events display from underneath the calendar by a blank white space is still appearing....
View ArticleIssue with ion-select and ion-option
Hi, i am having trouble with ion-select and ion-option Problem: the ion-select should only show the code when it is selected and not the entire name and code. I tried to use [Selected Text] for this...
View Article