Send SMS option for mobile

Hey friend,
Just now I have found someone with a new version … and it turns out you’re right!
It works only with Apple’s new releases. A bit of a shame … Is there a solution that will work with all versions …?
Or I would have to do.?

Honestly it would be something I would have to search the internet for...

If you can find a solution that would be great!
Thank you.

Lol,

that was me trying to subtlety say , you should search the internet… :sunglasses:

I was too subtle. :smile:

But I think your best strategy is to do something like try and determine the IOS version and do something accordingly.

 var SMS_Fin = hypeDocument.getElementById('SMS_Fin');
    	
     
      if (/iP(hone|od|ad)/.test(navigator.platform)) {
       
        var v = (navigator.appVersion).match(/OS (\d+)_(\d+)_?(\d+)?/);
       var version = [parseInt(v[1], 10), parseInt(v[2], 10), parseInt(v[3] || 0, 10)];
       
       if (version[0] < 9) {
       
     
        hypeDocument.startTimelineNamed('hideText', hypeDocument.kDirectionForward)
        
        } 
    
    }

The code above is adapted from code I sourced on the internet.

SMS_Test.hype 2.zip (31.0 KB)

Mark your the best :smile:

1 Like

Hey friends,

I’d love to help as soon as possible …

It works in iPhone, but in android it does not work !?

How do I make it work on all phones?

IPhone and Android…?

This is the link: http://icode.work/sms_test/

help???

This is not really the right place for this sort of question – I think you’ll have much better luck finding the root of the problem over at Stack Overflow. Check out related threads to this topic:

Thank you for the reply … it really sucks that it doesn’t work on all phones!

Unfortunately I was stuck without a solution! ):