Greg Greenhaw

Results 5 issues of Greg Greenhaw

Installing "cordova-plugin-printer" for ios apple-ios version check failed (/Users/greggreenhaw/Sites/cordova-ios/platforms/ios/cordova/apple_ios_version), continuing anyways.

Seems like you code is using Buffer.from which is node specific. Can you add support for the web browser?

Running sails lift works fine, however if I save a change and rerun an api request I get this error: TypeError: Model.findOne is not a function at Object.findOneRecord (node_modules/sails/lib/hooks/blueprints/actions/findOne.js:35:4) at...

reproduce repo needed

What is the correct way to overwrite the default soap client? Also please convert self:: references to static:: references so they because instance away. self:: doesn't now recognize any constant...

help wanted
question

My app was replacing the index.html content with the url, once adding the utf- it worked as intended with cordova android 14 webView.loadUrl("javascript:handleOpenURL('" + URLEncoder.encode(writer.toString(),"UTF-8") + "');");