Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7773537
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T17:09:18+00:00 2026-06-01T17:09:18+00:00

Looking at the Facebook iOS app, one can see that when in the feed

  • 0

Looking at the Facebook iOS app, one can see that when in the feed (for example), clicking on comment will pop a native iOS dialog, as well as clicking on a photo, will also pop a native iOS screen just for that purpose.
Or clicking on Comments will load a different iOS screen for that.

I’m working on an hybrid iOS app (html5 + obj-c) and would love for this kind of functionality.
I’ve checked:

http://en.wikipedia.org/wiki/Multiple_phone_web-based_application_framework

But can’t tell which is the best suited.
For example, phonegap is very very popular, but not sure if this kind implementation with it (the “native bridge”) is something possible. Even if so, if it will require me to handle a major learning curve (it’s syntax and writing a special plugin).
What would you have done?
Which FW is the most appropriate.
I don’t use ANY system functionality such as camera / file system / etc.. the phonegap offers except for that native bridge, so think about frame work size wise and that is the ONLY part i need.
That being said , the app isn’t to be 100% phonegap or 100% native.

I presume sencha touch 2 is out of the question for this requirement goals

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T17:09:19+00:00Added an answer on June 1, 2026 at 5:09 pm

    Yes you can, using a custom protocol.

    In your html, declare your JS calling function:

    function callIt(paramText) {
        var iframe = document.createElement("IFRAME");
        iframe.setAttribute("src", "my-protocol://" + paramText.replace(/ /gi,'%20'));
        document.documentElement.appendChild(iframe);
        iframe.parentNode.removeChild(iframe);
        iframe = null;
    }
    

    On iOS, you will intercept the call using in your webView delegate method webView:shouldStartLoadWithRequest:navigationType:

    Check if the request has your “my-protocol:” prefix. In this case, extract your parameter from the request using the example “://” separator (you can also use any separator that you wish), and return NO.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an app that can be accessed on mobile phones, both iOS and
I am looking for a way to query facebook pages that for example, have
After looking at the documentation i see the following: DELETE https://graph.facebook.com/[request_id]?access_token=USER_ACCESS_TOKEN Though i can't
I'm looking for a solution similar to the iPhone Facebook Connect ( https://github.com/facebook/facebook-ios-sdk )
I'm looking to implement something like Facebook's news feed, where when you load the
I'm looking for some Rails/Facebook functionality that has already been built - as a
I am looking to create a Facebook App and the data I want to
I am starting development on an iOS app for iPad, and I am looking
I noticed that yesterday all the Fixed-width canvas apps started looking strange: the Facebook
I'm looking for a way with the CakePHP-Facebook-Plugin log users out of my app,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.