Phonegap init not initiated on Ipad

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?

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?

Update 1.1.0 of the Phonegap solution solved the problem of the new IpadOS.
Thanks Tuan.