javascript - Newer Samsung devices can't display webpages in their built-in SMS app -


when open url (say https://www.google.com) in sms in samsung's built-in messages app, it's opened in in-app browser, blank page displayed, , stays blank instead of displaying website.

  1. is known samsung/android bug?
  2. is there known workaround?

to reproduce:

  1. receive (or send) url in sms in samsung's built-in messages app.
  2. tap on url in sms:
    1. the app opens webpage in in-app browser instead of opening in chrome.
    2. observe blank page displayed, , stays blank.

to work around:

  1. rotate device orientation (e.g. portrait -> landscape).
  2. observe page appear in front of puzzled eyes!

what kind of page works?

none. 1 fails shown:

<html>   <body>how wish you'd show me immediately!</body> </html> 

a few more surprises:

  • alert('ah, ha!') works immediately!
  • the css style background-color works immediately!
    is, blank page uses color defined in rule.
  • document.body.innerhtml('show this, @ least!') doesn't help.

known affected devices

  • samsung galaxy s6
  • samsung galaxy s7
  • samsung galaxy s7 edge

looks shouldn't buy samsung's newer devices!?

messages in-app browser version: 51


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -