Open crapthings opened 6 years ago
after add target, the app is show on share panel, but when send a pic input text and click POST
nothing happen, i think it should redirect to app
i've tried both sim and real device, same result. when open app i can see "init success"
then i open photo album pic an image, post to my app, nothing happen.
cordova.openwith.init(initSuccess, initError);
function initSuccess() { console.log('init success!'); } function initError(err) { console.log('init failed: ' + err); }
maybe i missed something like 8