Real HamburgerMenu with Splitpane?
Hi there, is it possible to use the splitpane component to create a real hamburger menu? Something like this? 01.png749x1294 143 KB 02.png749x1294 89.7 KB
View ArticleHow to resize ion-content area after ion-header expands
Calling content resize() works when the header is hidden but not when the tabs are also hidden. Any clues on how to make the content flow into the tabs space as well? I am basically trying to...
View ArticleIonic v4 ion-toolbar color not working
Ionic v4? Have a try modifying the variable --background like Ion-toolbar background-image Ionic 4
View ArticleCompile release for Android error
I’m having the same error. Did you finally solve it? How? Thanks!
View ArticleLocation replace state reloading problem
I identified the problem. When using pushState with Ionic, push and pop a page. At pop, the controller refreshes itself. So if you have for example a map which is going to be initialized at...
View ArticleChange the css of a dynamically generated element
Hi, Thank you for your reply. Allow me to explain the scenario that I am in right now. I am basically trying to use a customer live-chat feature in my Ionic tab application wherein I am using super...
View ArticleIonic v4 ion-toolbar color not working
<ion-toolbar color="primary"> should still work in v4. Maybe you’re missing the global CSS. See https://github.com/ionic-team/ionic/blob/master/angular/BREAKING.md#including-the-css-files
View ArticleDownloading and extracting blank starter - failed!
Please, help me))) $ ionic serve ionic-app-scripts serve --address 0.0.0.0 --port 8100 --livereload-port 35729 --dev-logger-port 53703 --nobrowser [app-scripts] fs.js:904 [app-scripts] return...
View ArticleSuper Starter Http Post 501 Not Implemented
I am using Ionic Super Starter and I am trying http post to server. When i click the signup button I am getting an error. What can I do to fix this problem? Http failure response for...
View ArticleSuper Starter Http Post 501 Not Implemented
Please check in console if you have some error like cross
View ArticlePassing value to app.component.ts
Please look at the ionic conference starter app It has all the goodies u r looking for
View ArticleSuper Starter Http Post 501 Not Implemented
@avishai_peretz_dev I forgot to upload the screenshots. I updated the post. I’m very happy to review it again.
View ArticleIonic DateTime component displaying day name as 'undefined'
My DateTime component is displaying my day-name as undefined: HTML <span class="time"> <ion-datetime placeholder="00" displayFormat='mm' picker-format="mm"...
View ArticleSuper Starter Http Post 501 Not Implemented
add this to your php script on top of file <?php header("Access-Control-Allow-Origin: *");
View ArticleSuper Starter Http Post 501 Not Implemented
@avishai_peretz_dev I added header("Access-Control-Allow-Origin: *"); but it gives the same error
View ArticleSuper Starter Http Post 501 Not Implemented
Are you using an .htaccess file for anything?
View ArticleSuper Starter Http Post 501 Not Implemented
No I do not use. But this is not my first http post processing and I could use this API without using htaccess file before.
View Article