Issue I’m working on an application where I’m using PWA for the first time and I’m trying to work with push notifications etc. Currently I have PWA working if I execute the following commands ng build –prod and http-server -p
Continue readingTag: progressive-web-apps
Can I ask for read SMS in website
Issue Is it possible to ask to user for permission to read sms of OTP on web app such as like android. If it is possible then ask. Solution According to the documentation, progressive web apps and/or HTML5 API can’t
Continue readingshow caret on readonly html input
Issue I am creating a calculator, that I want to use on browser and mobile as progressive web app. I created my own input buttons and don’t want to see the virtual keyboard on mobile. For that reason I am
Continue readingUnable to use npm in VSCode
Issue I have followed available tutorials and searched around for answers but cannot find them. I have just added the npm package via the extensions tab and restarted the computer. I cannot get npm to be recognized in the terminal:
Continue readinguseLocation Hook returns wrong path
Issue I built an Ionic-React App that can scan a QR-Code and connect to a Device based on that. I use the useLocation() and useHistory() Hooks to route through my App. I pass some Data like that: const Home: React.FC
Continue readinguseLocation Hook returns wrong path
Issue I built an Ionic-React App that can scan a QR-Code and connect to a Device based on that. I use the useLocation() and useHistory() Hooks to route through my App. I pass some Data like that: const Home: React.FC
Continue readingProgressive web app not showing install button in browser bar
Issue I’m attempting to make a PWA and nothing seems to make the install as web app button appear on my site. The install button looks like the following and it shows in the address bar: It shows up when
Continue readingProgressive web app not showing install button in browser bar
Issue I’m attempting to make a PWA and nothing seems to make the install as web app button appear on my site. The install button looks like the following and it shows in the address bar: It shows up when
Continue readingHow to open a new PWA window from inside the PWA?
Issue I’m trying to open a new window of my PWA application inside of it. But when I click on the anchor a new chrome tab is open. Anyone can help me to open two instances of my PWA application?
Continue readingPWA specific CSS
Issue I have a react web app I’m building that has a bottom menu bar. While it works fine within the mobile browsers if it’s rendered as a PWA on iOS which features the bottom swipe bar it obscures the
Continue readingHow to install PWA in magento2.4.2?
Issue I have to **Install PWA studio for Magento 2.4.2** I did not find a proper way to install PWA studio in Magento and How to **add magento 2.4.2 to pwa studio**? Thanks Solution There are many articles on how
Continue readingPWA specific CSS
Issue I have a react web app I’m building that has a bottom menu bar. While it works fine within the mobile browsers if it’s rendered as a PWA on iOS which features the bottom swipe bar it obscures the
Continue readingHow to install PWA in magento2.4.2?
Issue I have to **Install PWA studio for Magento 2.4.2** I did not find a proper way to install PWA studio in Magento and How to **add magento 2.4.2 to pwa studio**? Thanks Solution There are many articles on how
Continue readingIonic 6 PWA Capacitor 3 Camera plugin getPhoto method open camera like native camera view
Issue Does anyone know how to open native fullscreen camera (2nd image) in an Ionic PWA on mobile phones directly from getPhotos() method, instead of opening camera view showing in browser w/ url bar still showing (3rd image)? 1st image
Continue readingDynamic icon PWA manifest
Issue I am making a white label PWA using angular5. I am wondering if it is possible to dynamically change the png icon in the manifest file on info from the URL. I want a different icon for each unique
Continue readingLive reload feature on Mobile device for PWA app
Issue I need to develop a Mobile PWA app. I use Ionic/Capacitor. I know how to run the native app on a device with live reload feature. But how can I do the same with a mobile web app? i.e.
Continue readingiOS 15.1 safari PWA statusbar color stays green despite changes in index.html and manifest.json
Issue In buidling a PWA with ionic and capacitor. I’ve just updated my iPhone to iOS 15.1. When building for production, I noticed that the statusbar had a green color. I changed my apple-mobile-web-app-status-bar-style to black-transculent. Build the app again,
Continue readingAngular: On Refresh – Resources Not Found ( Auto-change the Request URL)
Issue Problem Statement Steps Followed: open http://localhost:4200 (index file get successfully loaded) open http://localhost:4200/customers (UI successfully loaded) Header: No Resource/File with Status Code 404) Note the Request URL of manifest.json http://localhost:4200/manifest.json Press Refresh Button Case 1: URL becomes http://localhost:4200/customers/ (only
Continue readingproblem while adding service worker for pwa angular 7
Issue I’m working on a Angular app where I need to integrate pwa for desktop. My app already consist of push notification with fcm and I found this library Service worker which is used for pwa as well. My application
Continue readingAngular 7 – service worker not registered
Issue I did everything as written in “https://angular.io/guide/service-worker-getting-started” to make my application PWA. Used exactly this commands: ng add @angular/pwa npm install http-server -g ng build –prod http-server -p 8080 -c-1 dist Then I opened this url on Chrome (in
Continue readingcustom PWA version management
Issue Is is possible to get the onload event for the pwa application in general. I meant we had implemented the a custom versioning logic in-order to keep the app version based on database field.(ie clearing the service worker cache).
Continue reading@angular/pwa – How to customize my webmanifest
Issue I have an angular pwa (angular 11.2.8) and I usually generate my production code with ng build –prod in the dist folder, i can locate the pwa manifest.webmanifest file now: I need to change two settings of the manifest
Continue readingWhy Angular does not correctly support files that are in /?
Issue I am new in Angular 2+, I’m already working with on an app, using Angular version 4, I used CLI to create the project and also to serve it. I am trying to add manifest.json into my project, and
Continue readingAngular HTTP interceptor not modifying HTTP request headers
Issue I am working with Angular 13, attempting to add a JWT to headers to access a restricted route on the backend. Upon backend inspection JwtInterceptor does not appear to modify the HTTP request headers. I’ve only included HttpClientModule once
Continue readingDo I understand the routing with Ionic Angular wrongly?
Issue Hello there, I’m an Angular developer that recently got into Ionic and I have some topics about the Ionic lifecycle implementation in combination with Angular. The problems I’m describing here are not really noticed by the community, so I’m
Continue reading