Mendix - PhoneGap JavaScript Bundler

1
Hi, So I've been messing around doing some work with the Mendix Hybrid apps. I noticed that the Bundler gave me an error on iOS. due to this line: bundle.js line 428: if( device === "Win32NT") I replaced the line with: if(cordova.platformId === "Win32NT") which gave me no more errors. Does this code have a Github or recommended route of feedback. Thanks
asked
1 answers
1

It looks like you're using a relatively old hybrid bundler; have you tried rebuilding recently? The cordova wrapper (bundler) is managed by our mobile team, you can send feedback through our support portal

answered