Tagged Questions
-3
votes
0answers
18 views
Navigating to a different URL in a web browser control each time a button is pressed from another page
I am developing a windows phone application where I have a mainpage which has buttons and each time a button is being pressed it navigates to a page where I have a web browser control which then ...
-1
votes
1answer
138 views
How to play youtube videos in my windows phone app?
Hi i want to play you tube videos in my windows phone app.i am new for windows phone,i dont have any experience in playing videos in my application.Please help me anyone how to play you tube videos in ...
0
votes
0answers
182 views
How to set image sliding using jQuery on web browser in windows phone?
Hi i have to show image sliding using j Query on web browser.j Query is not working in my app.my code id given below.
<StackPanel VerticalAlignment="Top" Height="600" Margin="0,0,0,0">
...
0
votes
1answer
43 views
Prompting user when application closes
I am making a web browser for the windows phone platform, and I am using the back button as an a navigation back key for the browser. However, windows phone requires the back button to also close the ...
0
votes
1answer
39 views
Get title from website from webBrowser in WP7
I'm creating an app for the windows phone platform, and need to get the websites title as the user navigates through the web. I have tried many ways, but it just doesn't seem to work. Any ideas ?
...
0
votes
0answers
113 views
Extract PDF file intact from a C#/.NET Windows Phone 7 web browser component?
I have a Windows Phone 7 app written in C# that allows the user to view various PDF files in the web browser component. The PDF files are loaded when the user clicks on a PDF file link hosted in a ...
0
votes
1answer
178 views
Windows Phone WebBrowser - onClick javascript doesn't work
I have some problem with javascript while using WebBrowser control on WindowsPhone 7.8. When I'm using href="#" onClick method works fine, but when i change it to href="javascript:;" then onClick ...
0
votes
1answer
24 views
Detect user clicked on specific button on mini browser (window phone)
Im on development of window phone application,
Scenario:
Mini browser opening a page(for example google.com)
Google.com has a button called 'Search'
If User clicked button 'Search'
Redirect to an ...
1
vote
0answers
43 views
Intercepting URL of MediaPlayerLauncher in WP7
I am currently working on a WebBrowser control. And when certain video links are clicked, the MediaPlayerLauncher automatically opens to play the video. Now if I want to intercept the ...
1
vote
1answer
145 views
How to prevent moving WP8 web browser control content sideways?
Could someone help me with some solution that would prevent user from moving WP8 web browser content sideways but still allow to scroll vertically?
0
votes
2answers
159 views
Navitating in WebBrowser / Windows Phone 7. Wrong redirecting
I have Windows Phone 7 project. I put into project content new folder "help" and few html files like "index.html" etc.
help/index.html
help/index2.html
I can go to my index.html page with
...
1
vote
2answers
222 views
webbrowser windows phone + tel and mailto tag don't work
I'm using a webbrowder to render a html string.
private void webBrowserHTML_Loaded(object sender, RoutedEventArgs e)
{
WebBrowser web = sender as WebBrowser;
string ...
0
votes
1answer
136 views
Webbrowser windows phone don't show an image
In my windows phone application, i'm using a webbrowser to render a HTML like this
private void webBrowserHTML_Loaded(object sender, RoutedEventArgs e)
{
WebBrowser web = sender as ...
1
vote
2answers
373 views
Delete Cookies from Webbrowser control in wp7
I have a problem with facebook and google logout. My scenario is when user first time login with facebook or google for particular site.(using clint api, it will redirect to their own web browser). ...
1
vote
2answers
226 views
Displaying embedded video in WP7 browser control - Updated
I have a youtube video that is embedded in an iframe on an html page. I am trying to display this video (i.e. a representation of the video with a button that you can click to launch the default wp7 ...
0
votes
1answer
253 views
Setting Value of an Input Tag in WebBrowser Control
I am attempting to help a user log into their account using a custom WebBrowser control. I am trying to set the value of an input tag to the players username using the WebBrowser's InvokeScript ...
0
votes
0answers
63 views
WebBrowser as ListItem and scroll
This question about WP8 project.
I have a LongListSelector with pictures and html formatted text below. Currently each pictire implemented as an Item of the list. The last Item with browser has its ...
-1
votes
1answer
297 views
Subscribe on callback function javascript in WebBrowser Windows Phone
I have component WebBrowser and javascript function start() with callback:
function start() {
my_object.subscribe("chanel_name", function(data) {
alert(data);
});
}
...
1
vote
2answers
172 views
why webBrowser is not displaying webpage in windows phone 7 emulator?
webBrowser in windows phone 7 is not displaying webpage. It is not showing any errors and displaying empty page. I was trying to open google.com page. The code is as follows:
private void ...
0
votes
1answer
37 views
In a Windows phone app Trying to navigate from different hubtiles(in Main Page) to a single web browser page?
I have a news reading app. which contains a main page with different hubtiles for different news networks( with different web urls). I have another page (NewsPage.xaml) with webbrowser control. From ...
0
votes
1answer
135 views
Windows Phone 7 Webbrowser Bing (Turn on javascript)
Im creating a windows phone 7 application and i have a webbrowser in it set to the bing search site.
Though when trying it out in the Emulator it says turn on javascript for bing on mobile for better ...
1
vote
1answer
196 views
how to apply custom font to web browser content WP7
Am developing simple app for learning webBrowser concept in Windows phone. My aim is to display the content in Telugu(Indian language) in my WP7. that web application is displaying Telugu content only ...
1
vote
0answers
105 views
Page in web browser appears different compared to Internet Explorer in emulator
I am loading a login page (webpage) in Windows Phone web browser control in my application. On clicking the Login button a popup appears and overlay is set (css/jquery) to the background so that other ...
0
votes
1answer
111 views
Web Browser Control not registering a Navigated event
I am using navigation events in a web browser control I have placed on the second page of my application. It seems that the navigation events of forward and back are working correctly. However, I ...
1
vote
0answers
199 views
Windows Phone equivalent to Android's WebViewClient.shouldInterceptRequest or iOS's NSURLCache cachedResponseForRequest
I've been tasked with building Android, iOS and Windows Phone wrappers for a web based app.
One of the key requirements is that certain assets are bundled within the apps (such as images, CSS and ...
0
votes
0answers
117 views
Greasemonkey scripts in a Windows Phone WebBrowser Control
I am trying to add additional functionality to a webBrowser control using some already written Greasemonkey scripts I have.
Is there a way that I might integrate these into a webBrowser control on ...
2
votes
0answers
230 views
Handling back navigation in WebBrowser control preserving the previous scroll position
I know there a lot of questions asking about how to handle the back navigation in the WebBrowser control in WP7. And a lot of answers too, to achieve the same, using stacks, InvokeScript, etc.., and ...
0
votes
1answer
112 views
How to change webbrowser's display screen on WindowsPhone 7 apps
I'm making an app about displaying lastest goals. in that app i'm using webbrowser-control. And i want to show my url links specifically. For example i want to show the page's 100 px height and 100 px ...
1
vote
1answer
87 views
Link within a page not working in Windows phone webbrowser
I am using Web browser Control in Windows phone 7 and I want to navigate within page as
<ul>
<li>
<a href="#chapter-1_xhtml">Section 1</a>
</li>
<li>
...
1
vote
1answer
179 views
WP7: Webbrowser control how to change image load coordinates
In my Windows phone app, i am using webbrowser control to load a local image to get the default pinch/zoom functionality from the browser control. I am using webcontrol navigate method to load the ...
0
votes
1answer
302 views
Retrieving Selected Text from Webbrowser control in Windows phone 7
I am trying to Retrieve selected text from Webbrowser control in Windows phone 7 when it is selected using Tap. Also want to remove the Copy icon when you select the Text.
When on Hold Tapping I want ...
2
votes
2answers
540 views
How to pass a parameter to a local html page in WP7 / WP8?
Does anyone know how to pass a url parameter to a local page in the Web Browser Control?
When you navigate to the page alone "/Html/MyPage.html" all is well but as soon as you add a parameter ...
1
vote
0answers
199 views
How do I get the WebBrowser in Windows Phone to navigate to a particular section of a webpage?
The web browser in Windows Phone 7.5 does not appear to recognise name or id anchors in a webpage, so for example navigating to glossary.html#myterm navigates to the top of the glossary.html page but ...
0
votes
1answer
85 views
Is it possible to invoke Windows Phone code (i.e. Launch WebBrowserTask) from inside a WebBrowser control?
I have some static webpages as part of my Windows Phone 7 app. It would be very useful however for links that refer to non-local sites on the web to be able to launch the web browser i.e. invoke the ...
0
votes
0answers
110 views
Databind CSS to Windows Phone WebBrowser object
Navigating to an HTML page with CSS is fine if the content is static but if we want to control the appearance of the content based on controls outside the WebBrowser, we would need some sort of ...
2
votes
2answers
465 views
Set custom font to web browser control, windows phone 7/ 7.5
For my windows phone application i need to load a web page(a blog post). So i used a web browser control and set url. Then i needed to add custom font for the web page content. I'm stuck with it. I ...
2
votes
1answer
226 views
How to catch event on clicking the link in webBrowser in Windows Phone 7
I am making a Windows Phone 7 api (i.e. .dll file), which is bringing ads from the server in a webBrowser. The ads coming into webBrowser are animated.
The webBrowser has a dynamic html which ...
0
votes
1answer
458 views
Make content fit in webbrowser in windows phone 7?
I have a webbrowser. I load a url with only a picture. The picture is larger than the webbrowser. How can I make the picture resize to fit the webbrowser so that the user won't need to zoom in and ...
2
votes
1answer
508 views
How to correctly handle web browser control back navigation
I am attempting to perform proper back stack navigation in a web browser control that I have placed in my WP7 application. The web browser is in a custom control in which I implement navigation ...
0
votes
1answer
208 views
Reset Zoom in webBrowserControl
I have a webBrowser Control in my application. I navigate to a web page and zoom it using pinch zooming. Now on clicking of a button, I change the current webPage of the webBrowser control. The new ...
0
votes
1answer
399 views
Windows phone WebBrowser control embed fonts
It's pretty easy to embed font to windows phone application, but I cannot find way to use my fonts in WebBrowser control, that is showing static html file. Is there any way to do it?
I'm using code ...
-1
votes
1answer
355 views
handle web browser link event in wp7
I am using WP7 WebBrowser control . On this page I have a hyperlink.This link are came from web service. I want to handle the click event of that hyperlink in my application's code behind (i.e. in ...
0
votes
2answers
223 views
wp7 open another web browser control inside web broser control
I have web browser control which contains many links and data. All these data are coming from web service.
Now i want open another web browser control when i click on first web broser link.
so how it ...
2
votes
1answer
412 views
Modify User-Agent for Windows Phone WebBrowser Control
We have a WebBrowser embedded in our Windows Phone 7x application. This WebBrowser is pointed at our web servers. We need to be able to differentiate between a request coming from the app and a ...
1
vote
1answer
230 views
Bouncing BrowserControl within a ScrollView
I got a BIG problem with a BrowserControl in Windows Phone 7.
The structure looks like this
ScrollView
Pictures
BrowserControl
Buttons
The BrowserControl (BC) is inside a ScrollView (SV) like ...
3
votes
2answers
535 views
How to make web browser ignore cookies
Im making a windows phone app which uses a WebBrowser.
Im using this web browser to authenticate a users disqus account.
When i boot the emulator and runs the app, the user is requested to input their ...
5
votes
3answers
1k views
How do we implement in app purchase in windows phone 7
Hi i am creating a windows phone 7.1 application, which requires in app purchases
As WP7 does not have a specific in app purchase SDK like iphone does, can we use paypal for in app purchases,
I am ...
0
votes
1answer
248 views
WP7 Webbrowser/Http-request only working when connected to Zune
So I've been toiling over this app trying to figure out this strange behaviour and I'm just getting more and more confused so I thought maybe a more experienced WP7 developer could shed some light on ...
1
vote
0answers
358 views
Prevent to store cache in Windows Phone 7 Browser Control
anyone know how to prevent to store cache in windows phone 7 webbrowser control? we are using browser control that display one page but whenever we open this page and go back to main page it is ...
1
vote
0answers
88 views
URL details lost
i used to call the browser_Navigating event twice, to enable UserAgent - switches for WP7. everything's working fine, but for example the user-input in loginboxes are missing. I experienced this on ...




