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 6082641
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T11:18:44+00:00 2026-05-23T11:18:44+00:00

I would like to add a custom view to the layout of an UIWebView,

  • 0

I would like to add a custom view to the layout of an UIWebView, so that the HTML/JS/CSS describe the layout of the “page” with my custom controls in it. Ideally, it would be possible to place e.g. a special element that triggers a callback into my code that would allow me to place my own UIView derivative on the specified coordinates (and it would of course scroll and zoom with the parent UIWebView) and with the specified set of parameters.

A poor man’s choice would be something similar to this question:
Getting the position of an HTML element in UIWebView however I am not sure how reliable that would be w.r.t layout changes.

  • 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-05-23T11:18:45+00:00Added an answer on May 23, 2026 at 11:18 am

    Well, in addition to getting to coordinates from the SubView as described in your link, the only other trick is to attach to UIWebView’s ScrollView, which happens to be the subview of it, usually number 0 unless you’ve done something odd. Then your view will scroll and zoom with the rest of your webpage. Assuming you get these pieces to work correctly, you should post your resulting code. It’d be interesting to see.

    For example, attaching a button at 150, 200

        //Make a button
        UIButton * myButton = [UIButton buttonWithType:UIButtonTypeRoundedRect];
        myButton.frame = CGRectMake(150, 200, 50, 30 );
        myButton.titleLabel.text = @"Press me";
        [myButton  addTarget:self action:@selector(pressed:) forControlEvents:UIControlEventTouchUpInside];
    
         [[[self.myWebView subviews] objectAtIndex:0] addSubview:myButton];
    

    Although for robustness, you might want to verify that self.myWebView has a subview and that it is of a UIScrollView class before adding to it.

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

Sidebar

Related Questions

I have a custom view (extends View) and I would like to add controls
I would like to add an IsFocused property to a custom textbox that I
I would like to add my custom ImageView to the xml layout. main.xml :
I would like to add a custom view for my application. For this I
I would like to add custom attributes to a MySQL table which I can
I would like to add a custom calculation method to a managed object (which
I would like to add some custom data to an image the user generates
I would like to add a custom context menu with line separators, but can't
I would like to add a custom alert sound to my iOS app. I
I have a simple form and would like to add a custom jQuery validation

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.