Ionic components in dynamic html or iframe
oh, regarding hooking up those dynamic web components to my app. Maybe I should use something like redux for it. What do you think? How does stencil play with reduc?
View ArticleUsing Chrome's new device inspector?
Click the inspect link below your phone name? See Remote Debugging WebViews
View ArticleIonic Demo App
If you run ionic start --list you’ll see all available project templates. Among them is the conference app that’s a fairly comprehensive demo.
View ArticleNot able to generate resources with ionic v3
I’m facing the same issue during the last half a day! =| Any idea?
View ArticleIonic components in dynamic html or iframe
Well, redux might be overkill. But I thought that just having stencil web components and communicating over events might be enough. But from the stenciljs docs: The largest deficiencies that React...
View ArticleDark Mode not working for ionic 5
@mhartington The dark mode works only when I change my display mode setting in Windows, also it’s not working on Android even if I set the settings to DarkTheme. Thanks.
View ArticleNot able to generate resources with ionic v3
Updated CLI (that needed other dependencies update as well) and everything is working now!
View ArticleAppflow live update, can't make it work
Hi, Live update are not working on my side. The core is developed with reactjs, built with webpack What i did : Add the Appflow SDK, the strings.xml is now modified commit & push Build the native...
View ArticleIonic preact, ion-button or IonButton?
After stumbling over the lack of interop between react and web components, I’m now seriously considering to move to preact (or even vue, but there I have no experience yet). As far as I understand,...
View ArticleFiletransfer error code 3
Hi! Please help if you have expirience with same thing. Problem: uploading images to server. Thing i dont understand: images are taken on the same way with camera. Error: FileTransferError {code: 3,...
View ArticleIonic React popover animation
Hi, I am making a IOS app using Ionic 4 and React. I want to animate my popover ( https://ionicframework.com/docs/api/popover ) using enterAnimation attribute, but couldn’t make it work. Can anyone...
View ArticleStop scroll verticaly while scroll horizontal
Ionic 3. Hello, im using , but i have a big problem. When im scrolling horizontally, sometimes i can scroll vertical. And this is so ugly. Have a way to stop the scroll vertical while scrolling...
View ArticleIonic 4 to 5 help
mhartington: npm install Is there a reason why i am a get this error now?
View ArticleAndroid Studio error: "Compilation is not supported for following modules:...
I have the same error message, but the app compiles and runs fine after showing it…
View ArticleCapacitor compiled Ionic app: How to debug in Android Studio?
I used the command ngx cap open android to open my Ionic 5 project in Android Studio like described here. This works fine. In my app, i`m connecting to server which returns json data needed by my app....
View ArticleServer connection from compiled app and CORS Header
Hi, my app connects to a server, which returns JSON. I have CORS headers active on my server, so that it can not be cross-origin requested by every domain. When I output the HTTP_REFERER in my server,...
View ArticleError add plugin cordova device
[ng] This likely means that the library (@ionic-native/device/ngx) which declares Device has not been processed correctly by ngcc, or is not compatible with Angular Ivy.
View Article