Capacitor Network Bug? Problem? Help Me
Yes, that’s how I started, following that same tutorial. Here’s what I do with Capacitor: in Noodl, I save it in a folder called src with a main.js file. This file includes the Capacitor Network...
View ArticleHaving issues with ion-segment and Playwright tests run in Github Actions
(topic deleted by author)
View ArticleScroll to hide address bar on mobile browser
I am having issue with ionic/angular webapp. When i am scrolling thourgh the ion-content address bar must need to hide. But it’s not working as expected. This issue is from ionic v3 and we have ionic...
View ArticleIonic deployed on mobile website doesn’t hide address bar and bottom bar of...
Is there any update on this? we are in v8 and still not have any solution. Ionic team please look into this one cause of this my app is having negative feedback from the users. thanks. @mhartington
View ArticleDarshan Hiranandani : Has anyone experienced a 404 error when refreshing an...
Hi everyone, I’ve placed my app on a web server, but when I refresh the browser, I’m getting a 404 error. I’ve been informed that this might be related to not having a .htaccess file. Does anyone have...
View ArticleIonic Capacitor IOS redirection fail
Hi you all! I’m facing with a rare issue when trying to redirect once I succesfully login in my app. I’m working with Ionic Capacitor (v6) and Angular (v17) and I’m consumming the login endpoint...
View ArticleScroll to hide address bar on mobile browser
Stack Overflow How do I ask a good question? - Help Center Stack Overflow | The World’s Largest Online Community for Developers
View ArticleDarshan Hiranandani : Has anyone experienced a 404 error when refreshing an...
You are going to have to provide more information. How/where are you deploying it What web server are you using, NGINX, Apache, IIS? It is very likely due to a misconfiguration of your web server. All...
View ArticleIonic Capacitor IOS redirection fail
The scheme on iOS cannot be http or https. The default is capacitor://. This is mentioned here under server.iosScheme. You probably need to use a Deep Link.
View ArticleScroll to hide address bar on mobile browser
@twestrick WTF , Sorry for my language but i am having this issue from last 5 years instead of giving me solution for it. you are here to teach me that how do i ask good question? what is this...
View ArticleCapacitor Network Bug? Problem? Help Me
Hmmmm…I may have taken you down the wrong road now that I know how Noodl is working Did you npm install @capacitor/network within Noodl? Just trying to understand if Noodl is bundling that code when...
View ArticleScroll to hide address bar on mobile browser
First, I am just a community member spending my time here for free helping others out. Second, you didn’t provide very many details. How do you produce the issue you are having “But it’s not working...
View ArticleIonic Capacitor IOS redirection fail
Hi @twestrick. Thanks for your response. We removed the scheme because the problem is different as we tought. Our enpoint receive a 303 response with a redirect URI. As we could verify, IOS check if...
View ArticleDoes Ionic support apps for Apple Watch?
Ionic doesn’t have native support for building applications specifically for Apple Watch. From what I’ve seen, WatchOS apps usually need to be built with Swift or Objective-C using Xcode and WatchKit....
View ArticleDoes Ionic support apps for Apple Watch?
I assume you are referring to Capacitor and not the Ionic Framework. Yes, but it’s limited. Check out the Capacitor Watch plugin: Watch Capacitor Plugin API | Capacitor Documentation
View ArticleAny way to make my app autostart on Android?
We made an app that runs on Android TV and we rent this android box with the app for our customers to show some info that they want, but we need to make the app starts when the system boots to make it...
View ArticleCapacitor Network Bug? Problem? Help Me
Here’s the process: in Noodl, I develop the app, and I leave the import in a main.js file. Then, I include the script’s path in the Noodl header and save it in the Noodl folder under src. When I build...
View ArticleEnable Offline Functionality for Ionic Web App
I’m not a developer, but I do work on some small coding projects for my wife’s company. I’ve built a vehicle inspection SPA app in vanilla JS Ionic. A key requirement is that the app continue to work...
View ArticleScroll to hide address bar on mobile browser
Thanks for guiding me but you can imaging the level of frustration i have from last 5 years cause of this huge problem. and the post you mentioned there somebody saying is not good as per users view...
View ArticleEnable Offline Functionality for Ionic Web App
There are a lot of posts about this online, did you read them? Gor example: Ionic Blog – 18 Dec 20 Best Practices for Building Offline Apps Internet access is never guaranteed. Learn how build great...
View Article