• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Open text composer window within a web module (inside mobile app)

  • Thread starter Thread starter Filip
  • Start date Start date
F

Filip

Guest
The following code allows me to open my text message composer window within my android phone: <a href="sms:9999">Send SMS</a>

I have used this code within a mobile application and so far so good.

However, when I use the web browser module with the application and I click on the HTML link with this code, it redirects me to a webpage telling me that the webpage is not available.

I have tested the same application on an iPhone, and the iPhone recognises the code (text message composer window is opened).

Now I am not sure why it does not work like that on the Android device, but I really need to get this working properly. Is there a way to adjust this code so the text message composer window will be opened like on the iPhone?

I cannot hardcode this in the app and this is the only possibility to open a text composer window as far as I know.

Thanks,
 
Back
Top Bottom