Page 1 of 1

Phonegap init not initiated on Ipad

PostPosted: Tue Aug 18, 2020 12:04 pm
by nic
When I run my Phonegap application on a Ipad the plugins.ngclientutils.getUserAgent() is not IOS compatible anymore. See agent specification below:

agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148

also the plugins.svyphonegapPhonegap.init(onReadyCallback); in the phonegap solution is not initiated.

This probably is due to the new IpadOS since June this year.

Is there an update for this?

Re: Phonegap init not initiated on Ipad

PostPosted: Wed Aug 19, 2020 5:53 pm
by tnguyen
Hi,

You are saying that the plugins.ngclientutils.getUserAgent() is not returning anything anymore? Or that the value is different for this new device you are testing on?

plugins.ngclientutils.getUserAgent() --> should return a string with some details about the browser agent used, but it will be different depending on OS/Device.

How does this affect your codebase?

Re: Phonegap init not initiated on Ipad

PostPosted: Thu Oct 01, 2020 9:19 am
by nic
Update 1.1.0 of the Phonegap solution solved the problem of the new IpadOS.
Thanks Tuan.