Learning with Texts - Fork
2.10.0-fork
Learn foreign languages with texts
|
Handle interactions with mobile platforms. More...
Namespaces | |
Lwt | |
Functions | |
is_mobile () | |
do_frameset_mobile_page_content ($frame_h_uri, $frame_l_uri, $right_frames) | |
do_frameset_mobile_css () | |
</style > | do_frameset_mobile_js ($audio=null) |
Variables | |
display | __pad0__ |
Handle interactions with mobile platforms.
PHP version 8.1
do_frameset_mobile_css | ( | ) |
Echo the CSS content for mobile frameset page.
</style> do_frameset_mobile_js | ( | $audio = null | ) |
Echo the JS code for the mobile version of a frameset page.
string | null | $audio | Audio URI |
do_frameset_mobile_page_content | ( | $frame_h_uri, | |
$frame_l_uri, | |||
$right_frames | |||
) |
Echo frameset content for a mobile page.
string | $frame_h_uri | URI for the frame-h-2 iframe. |
string | $frame_l_uri | URI for the frame-l-2 iframe. |
bool | $right_frames | Create or not a space for right frames. |
is_mobile | ( | ) |
Return false. Before 2.2.1, return true if we should use mobile mode.