Removing Events list from Calendar
FnnHuman: [showEventDetail] = “false” Amazing thank you! It does however still show a white space where the events section was as such: How do I remove this: Screen Shot 2017-09-13 at 9.44.11...
View ArticleHow can GET/POST work properly with Ionic app for Windows 10?
I developed an App to read and write to DB. this app is for Windows 10 desktop app with 64bit. The problem is get an error when I build the app in Visual studio to release it. ERROR Response with...
View ArticleIssue with ion-select and ion-option
I think i fixed it signup.html <ion-item> <ion-icon item-start name="phone-portrait"></ion-icon> <ion-select item-left [(ngModel)]="account.code" name="countrycode"...
View ArticleIonic build failed in android error
:processDebugResources /Volumes/data/projects/docmed/platforms/android/build/intermediates/res/merged/debug/values-v26/values-v26.xml:15:21-54: AAPT: No resource found that matches the given name:...
View ArticleProblem installing / updating ionic
david_bc: Simple question : GIT CLI are now mandatory with this new ionic version ? It was not with ionic 2 It is default, but there is a --no-git option. Read the docs:...
View ArticleHow to get corova to load config.xml from subdirectory
Changing it in confighelper.js has no effect, but changing it in cordova.js (line 875 in my file) did load the config.xml file try { xhr.open(“get”, “/storebr/config.xml”, true); xhr.send(); }...
View Article$translate.use(lang) take the app to different state
I found the problem, the problem was that the buttons I used to change the language is like this: <div class="lang_holder" style="margin-top: 30px;"> <a href="#"...
View ArticleIonic Error: Apple Mach-O Linker Error
There will be no fix for cordova-ios as there is no bug. Cordova deliberately integrated the console plugin (and kinda decided in an “interesting” way for the upgrade path… but well, it is how it is)...
View ArticleRunning app with --prod but css issues even with latest ionic
Yes, then remote debug on the device.
View ArticleHow to get corova to load config.xml from subdirectory
Ok. Please create an issue at issues.cordova.io and post the link to it here. It is important that this gets reported so it can be fixed (in a generalized way that works for all projects).
View ArticleHeader component
Copy paste the code to all the places where you are currently using that component.
View ArticleIonic build failed in android error
Please edit your post, it is not very readable at the moment. Use the </> button above the input field to format your code, command line output or error message (select the text first, then...
View ArticlePage navigation - ionic
rapropos: When you are lazily loading pages, you do not pass them as naked literals to the nav system. You pass their name as strings I updated my projects and I’m now using the let keyword. In order...
View ArticleHow to get corova to load config.xml from subdirectory
OH… FYI… it looks like every cordova plugin (or at least most) trys to load the config file. It just broke on the splashscreen because it was the first (and only) plugin called on page load. So, it...
View ArticleEvent.js:182 Getting error from ionic serve immediately
Unplugging the iPhone didn’t help?
View Article