ERR_CLEARTEXT_NOT_PERMITTED in debug app on Android
Just Add <base-config cleartextTrafficPermitted="true"> <trust-anchors> <certificates src="system" /> </trust-anchors> </base-config> to...
View ArticleERR_CLEARTEXT_NOT_PERMITTED in debug app on Android
@NurGuz Try this… <access origin="*" /> <preferance name="android-usesCleartextTraffic" value="true" /> <allow-navigation href="*" />
View ArticleUnable to run ionic app on macOS Catalina which is developed in windows
This seems to be like issue with version of dependancies namely, npm or node or even Ionic version. Please update these similar to that in Windows machine. Then remove your platform, node_modules and...
View ArticleError: Cannot match any routes. URL Segment: 'tabs/home'
Your routes are not being defined properly. For having sub routes like ‘.tabs/home’ you need to first define the route for ‘tabs’; then you need to add the sub routes as children along with the ‘tabs’...
View ArticleIonic-4 web application does not work on windows-10
Ionic-4 web application does not work on windows-10 higher end laptops having touchscreen. Unable to figure out what the issue is, is this w.r.t ionic framework or windows-10? I’ve used ionic...
View ArticleIonic framework website gives 520 error
Well, no worries, I’m already switching to NativeScript. What can we expect from a framework in the long term when it’s not able to support their own site.
View ArticleDisplaying speech recognition content body in Ion textarea
Hello, I am currently trying to develop an application that captures text that is spoken when the Cordova speech plugin is activated and then “dynamically” show it in the text area when the listener...
View ArticleIonic 4 side menu backdrop (shadow-root)
Here I’m having the same problem I want to completely remove the box-shadow, unfortunately, it is inside the Shadow root. backdrop.png311×978 65.8 KB
View ArticleIonic-4 web application does not work on windows-10
pragz: Unable to figure out what the issue is Me neither! (Are you going to give us more info about what you mean by “Doesn’t Work”?)
View ArticleIonic-4 web application does not work on windows-10
Sure, the web app gets freezed does allow me to key in any input and doesn’t allow me to choose anything from drop-down. But the side menu works absolutely fine I’m able to navigate to different pages.
View ArticleHow to add ion-icon commonly to all pages toolbar without overlap other each...
That’s not how you do it, read a few of these to get the drift… https://tinyurl.com/y4usjfot
View ArticleIonic-4 web application does not work on windows-10
Can you get any pages to display properly? e.g. the home page, a plain text page, a new blank page?
View ArticleIonic 4 Video Player
Do you want to develop a video player in ionic? Is it your question. Sorry! But, I got confused about your problem. @aida233
View ArticleIssues with ion-text-wrap
Seems so, yea. And other positions like “stacked” don’t work properly either. I can’t guarantee that the user defined questions are short enough for the labels. And ellipsis “…” are not an option...
View ArticleThe webpage at http://localhost:8101/ could not be loaded because:...
Hi guys i know there is already some topic where this issue where already discussed but i´ve been read then for days and try all suggestion, but unfortunatelly none of them is working for me, I had my...
View ArticleThe webpage at http://localhost:8101/ could not be loaded because:...
config.xml correct <?xml version='1.0' encoding='utf-8'?> na_via An awesome Ionic/Cordova app. Ionic Framework Team
View ArticleThe webpage at http://localhost:8101/ could not be loaded because:...
config file xml.PNG1609×874 93.7 KB
View ArticleIonic-4 web application does not work on windows-10
Yes pages are displaying fine, I am only not able to key in any values and choose data from drop-down.
View Article