Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

IOS 8 support #39

Closed
ninapratiwi opened this issue Sep 23, 2014 · 5 comments
Closed

IOS 8 support #39

ninapratiwi opened this issue Sep 23, 2014 · 5 comments
Labels

Comments

@ninapratiwi
Copy link

So recently I use AngularJs to use this plugin

Here's the code:
$scope.sendText = function(){

                var intent = "INTENT";
                var success = function(){alert("Sent SMS successfully"); };
                var error = function(e){alert("Message Failed "+e); };
                alert("Values:\nNumber:"+$scope.number+
                        "\nMessage:"+$scope.text+
                        "\nIntent:"+intent);

                sms.send($scope.number, $scope.text, intent, success, error);
};

No error but not running..
it doesn't return success or error..

Checked the plugin is not broken..
everything is inside..

does it because I run it on ios 8..?

@agarrharr
Copy link
Owner

I haven't tested on iOS 8 yet, but I will soon.

@markrey
Copy link

markrey commented Oct 14, 2014

+1
It is not working in iOS 8.
@ninapratiwi Is it possible for you to share angularjs implementation ? I want to retry with it.

Thanks

@ritikk
Copy link

ritikk commented Jan 18, 2015

+1
not working with ios8

@agarrharr agarrharr added bug and removed question labels Jan 19, 2015
@agarrharr
Copy link
Owner

Please see issue #53

@dbaq
Copy link

dbaq commented Feb 5, 2015

let's follow up there: cordova-sms/cordova-sms-plugin#5

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

5 participants