Jump to content

Search the Community

Showing results for tags 'iphone'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Caspio Bridge
    • Caspio Apps for Ukraine
    • General Questions
    • Caspio JavaScript Solutions
    • Tables, Views and Relationships
    • Import/Export and DataHub
    • DataPages
    • Deployment
    • Security, Authentications, Roles, SAML
    • Styles and Localizations
    • Parameters
    • API and Integration
    • Calculations and aggregations
    • User JavaScript and CSS Discussions

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


MSN


Website URL


ICQ


Yahoo


Skype


Location


Interests

Found 3 results

  1. Nehme

    iPhone Bug

    Hello,I am having a problem for users trying to log-in using iPhone (and sometimes Mac).After logging in to their account, they must perform a search.When they click "Search", they are redirected to the log-in page again. This doesn't happens at all on windowsAny help? Thank you
  2. I use Caspio URL deployment for my submission form and I would like to make a "Mobile Web Application" as described here. In fact, all I want to achieve is to hide Safari user interface components. This is apparently achieved by setting the apple-mobile-web-app-capable meta tag to yes: <meta name="apple-mobile-web-app-capable" content="yes"> As I understand the meta tags need to be added to the HTML <head>. There is a similar thread that suggests to inject the instructions for the HTML's head in the DataPage footer like so: <script language="JavaScript"> var meta = document.createElement('meta'); meta.name = "Author"; meta.content = "Name"; document.getElementsByTagName('head')[0].appendChild(meta); </script> I modified it and injected it in the footer of my Submission form, but it doesn't work: <!-- Progressive Web App PWA --> <script language="JavaScript"> var appleMobileWebAppCapableMeta = document.createElement('meta'); appleMobileWebAppCapableMeta.name = "apple-mobile-web-app-capable"; appleMobileWebAppCapableMeta.content = "yes"; document.getElementsByTagName('head')[0].appendChild(appleMobileWebAppCapableMeta); var appleMobileWebAppStatusBarStyleMeta = document.createElement('meta'); appleMobileWebAppStatusBarStyleMeta.name = "apple-mobile-web-app-status-bar-style"; appleMobileWebAppStatusBarStyleMeta.content = "white"; document.getElementsByTagName('head')[0].appendChild(appleMobileWebAppStatusBarStyleMeta); var appleMobileWebAppTitleMeta = document.createElement('meta'); appleMobileWebAppTitleMeta.name = "apple-mobile-web-app-title"; appleMobileWebAppTitleMeta.content = "Notentool"; document.getElementsByTagName('head')[0].appendChild(appleMobileWebAppTitleMeta); </script> How can I add the meta tag to the HTML's <head> using Caspio?* *Bear in mind that I am a no coder / an utter newbie. Any suggestion is much appreciated! Benjamin
  3. I'm a relatively experienced Caspio user who is looking to try the caspio mobile kit. Has anyone used the kit with any success? Would you be willing to share an example of it? Any insight would be appreciated. We deploy a lot of apps to mobile responsive pages, which creates the feel of a smart device app, but I'm looking for something more.
×
×
  • Create New...