I have very strange problem. There is angular app which works so good on desktop, android, even Safari on iOS, but Chrome on iOS has strange behaviour. When I give Chrome permission to access camera or mic. My angular app is refreshing and logging out. When I refresh manually, it does not log out. Anybody has idea what is going on? Thanks
Related
I have created PWA using angular in which I am using zxing-ngx-scanner library, which library for barcode scan. In ios browsers(Safari, Chrome and Firefox) and on Android it's asking for camera permissions and it's working fine, but if I add my site to homescreen(in ios), then it's not asking me for the camera permissions.
I have hosted my site on HTTPS
All PWA functionality working fine
I am using tag for the barcode scan
Please let me know if anyone has any suggestions?
Thanks in advance
Try to upgrade to iOS 13.4 and try again. The fix that Apple provided may work now.
https://bugs.webkit.org/show_bug.cgi?id=185448#c88
At the moment, I'm using the native Safari application to show a web app to users on iPad devices. Unfortunately in versions of iOS 11.04 and greater, we have lost the ability to play sounds from a Safari Web Clip. Has anyone run into this issue before? How did you solve it?
One of the solutions I played around with was creating a native application that could play sounds when something occurred inside of Safari. Does anyone know if this is possible? If so, how would I achieve that?
I'm deploying a cordova app for iOS. When debugging I run it on Safari browser (with ionic serve. I also tried ionic serve --lab) and on the iPhone with XCode.
But both results behave differently. In the browser it shows the desired result. Neither the app on the phone nor the browser are showing errors.
What could be the reasons? Aren't they suppose to show the exact same result (I'm not only referring to the design but also the behaviours)?
Since I'm using moment.js it would show this weird behaviour. Any known issues with moment.js in combination with iPhone?
I have a Cordova 4.3.0 app that I'm trying to debug with desktop Safari's web inspector. I can connect and debug fine, but if I quit the app (dismiss from multitasking view, or stop via XCode), Safari crashes. If I try to close the debugging window in Safari instead, Safari crashes. I don't have this issue when debugging the same app in the emulator, only when debugging on device.
I'm not setting any debugger breakpoints; I'm using Safari to watch the console output, and to occasionally inspect the web app.
Is this a known issue? Anything I need to do to safely close the debugging session?
You should give GapDebug a try. It's nearly the best debugger for Cordova/Phonegap apps i've ever seen.
Hope that i helped you! :-)
Are there any strategies for troubleshooting a page that crashes iOS Safari when
Appears to be a problem rendering - the page starts to load/render then fail
Only on iPhone. iPad is just fine. Both iPhone 5s and 4s.
Web Inspector in desktop Safari closes immediately after iOS Safari closes
Nothing concrete in the crash logs for Safari
The iOS simulator seems to be fine
If so, what can I do? I can't give any concrete code for the page as I have no idea what is causing it - it would just be a link to the page.
Check out Fiddler, I use it mainly on a PC but there seems to be a Mac build as well. It may help give you a bit more insight into the traffic coming in and out of your machine. Although if the page crashes Safari the issue may be on your machine in which case Fiddler wont help much but its worth a shot to see if some of the web traffic is causing the issue.
http://fiddler.wikidot.com/mono
Can you be a bit more specific as to the page, what it does, why it may cause a crash, did you write it or is it a page out there that you are trying to access?