HtmlMobile()

Syntax

HtmlMobile(Text$)
Description
Insert raw HTML text in the current container. It can be useful to tweak a bit the layout.

Parameters

Text$ The HTML text to insert.

Return value

None.

Example

  If ContainerMobile(#PB_Any, #PB_Mobile_Page, "margin:8px")
    ButtonMobile(0, "Click me")
    HtmlMobile("<br><br>It's a <b>raw</b> text<br><br>")
    ButtonMobile(1, "Click me too !")
  EndIf

Supported OS

All

<- GetMobileText() - Mobile Index - IconMobile() ->