Tagged Questions
The web-view tag has no wiki summary.
3
votes
2answers
9k views
Does Android WebView need permissions for opening external URLs?
I was trying following example but with external URLs:
http://android-developers.blogspot.com/2008/09/using-webviews.html
The example shows how to load an HTML file from assets folder (file:// url) ...
1
vote
1answer
1k views
Best route to creating a Calendar based Date picker for Cocoa?
I'd like to implement a date picker using a calendar. Before I go ahead and try to build one, is there something that does this already?
I've looked at the date picker in Interface Builder and it's ...
0
votes
1answer
57 views
Search for text in a webview on Android 3.0 honeycomb
I am developing an application on Android 3.0 honeycomb.
Here I have Web View and I need to implement search functionality in this web view i.e. The user can type any text in the search box (above in ...
0
votes
2answers
83 views
Android — Prevent unwanted flicker due to innate WebView behavior
I am using an Android WebView to show some HTML content (a String with HTML tags to be precise) generated at runtime. The content has basically an HTML <table ...> showing various stuff and the ...
0
votes
0answers
67 views
Whole HTML page does not show up in a Web View
I have an HTML page opened in a web view in my android app. But that page is not auto-sized to fit in the web view, hence some part of the page does not show up there in the web view. I want that, ...
0
votes
1answer
58 views
What is a good framework for using web-view like tabs for native applications?
I would like to implement web-view like tabs in a native iPhone application. I would prefer not to write it from scratch. Is there a framework I can use for this feature? Here is an example.
0
votes
0answers
51 views
Calling a Webview from a Menu (will NOT open)
Hey all. I've been at this for a few hours searching and coming up with nothing. I'm hoping you all can help with this. I'm making an update for my app where the user can call up a list of categories ...
0
votes
2answers
852 views
Outlook 2003 View Control with C#
I want to embed a custom c# windows form (or WPF) user control into an outlook view.
I am using Outlook 2003 and Visual Studio 2008.
I did download an example for Outlook 2007 here:
...