Showing posts with label Browser. Show all posts
Showing posts with label Browser. Show all posts

Sunday, 6 April 2014

Samsung Galaxy S4: How to Save Pages for Offline Reading in Any Browser App in Android 4.4 Kitkat

As we have known that the save page is an option that is owned by the stock Browser app in the Samsung Galaxy SIV. This option will allow you to read saved pages offline or without using an internet connection.

See also: How to Offline Reading Using the Stock Browser App in Android 4.4 Kitkat in the Samsung Galaxy S4

However, for those of you who are prefer to use another third-party browser

Saturday, 5 April 2014

Samsung Galaxy S4: How to Save a Webpage for Offline Reading in Android 4.4 Kitkat

Browsing a webpage is one of the most frequently performed activities by the Samsung Galaxy SIV users therefore this phone has provided a stock Browser app as one of pre-installed apps. You need an internet connection to make this app works. You can get it by connecting your phone to a Wi-Fi network or by using mobile data.

See also: How to Connect to a Wi-Fi Network in Android 4.4 Kitkat in the

Friday, 4 April 2014

Samsung Galaxy S4: How to Add a Webpage Shortcut to Home Screen in Android 4.4 Kitkat

There are some options in the stock Browser app that will allow you to access your favourite webpage easier and faster, one of which is an option called set as homepage. This option will be more useful if you use it to assign your favourite webpage as the homepage because the webpage you've assigned as the homepage will be automatically loaded whenever the stock Browser app is opened.

See also:

Thursday, 3 April 2014

Samsung Galaxy S4: How to Set Homepage in the Stock Browser App in Android 4.4 Kitkat

Bookmark webpage is a feature that you can find in the stock Browser app in the Samsung Galaxy SIV. You can use this feature to mark a webpage so that you can load them later easier without having to enter the webpage address(URL). This will of course will make you easier and faster accessing your favourite webpage and prevent you from a trouble of forgetting the webpage address.

See also: How

Wednesday, 2 April 2014

Samsung Galaxy S4: How to Bookmark a Webpage and View It in the Stock Browser App in Android 4.4 Kitkat

Internet app is one of the stock apps available in the Samsung Galaxy SIV that you can use to browse webpages. You need to have an internet connection to make this app works. You can get it by connecting to a Wi-Fi network or by using mobile data.

See also: How to Connect to a Wi-Fi Network in Android 4.4 Kitkat in the Samsung Galaxy S4

As with another stock apps, Internet app also has come

Wednesday, 4 December 2013

Samsung Galaxy S3: How to Reduce Data Usage on Chrome Beta App

When you browse the web using the stock browser app in the Samsung Galaxy SIII, you might be found an option which will allow you to set the browser to load images in the web or not. This option of course will help you to save more data, but this will also decrease your quality of experience while browsing the web caused by the image not loaded.

See also: How to Enable or Disable Web Pages

Saturday, 23 November 2013

Samsung Galaxy S3: How to Quickly Accessing Your Favourite Website

Nowadays we can easily get the information we want through the Internet. That's why no wonder if the easiness to do that makes Internet users growth rapidly from time to time. The growth of Internet users has also resulted in a growing number of websites present which offers a variety of information to the visitor.

As the users of the Samsung Galaxy SIII, you can utilize the stock Browser app

Friday, 22 November 2013

Samsung Galaxy S3: How to Set Home Page on Chrome Browser App

Nowadays the Internet has become a daily need for almost everyone. Due to this fact, that's why no wonder if almost all of smartphone available today has present the stock browser app inside to be able to meet the needs of their users, including the Samsung Galaxy SIII with its stock Browser app. You can use this app to browse the web, download the files, etc.

See also: How to Use the Browser

Saturday, 16 November 2013

Samsung Galaxy S3: How to Get Out from Incognito Mode

Incognito mode is one of feature available inside Browser app in Samsung Galaxy SIII. When you browse the web under the incognito mode, then the page won't appear in the browser history, the download files won't appear in the download history and the cookies will wiped out once you closed the page. Browse the page under this mode of course will help you if you want to access something important

Friday, 15 November 2013

Samsung Galaxy S3: How to Use the Incognito Feature in the Browser App

As one of pre-installed app in Samsung Galaxy SIII, You can directly use the Browser app without having to install it first. You can use this app to browse the web, read online magazine, etc. By default, the app will record all of your browsing activities to help you more easier to track what you have searched before. But, if you don't want to keep them, you can easily remove them from there. As

Thursday, 31 October 2013

Samsung Galaxy S3: How to Zoom In or Zoom Out Webpage

Samsung Galaxy SIII has come with some useful pre-installed apps that you can use directly without you need to install them first. One of them is the Browser app that you can use to browse the web, read online magazine, etc.

See also: How to Use Browser App on Samsung Galaxy S3

To facilitate you while using the Browser app to browse the web, this app allows you to zoom in or zoom out the

Saturday, 12 October 2013

Samsung Galaxy S3: How to Set and Clear Default on Certain Apps

Once upon the time, one of this blog's visitor named Kelly was send me an email. She ask me how to bring back the "Complete action using" menu because she was accidentally made a wrong selection when her Samsung Galaxy SIII prompt her to choose between the stock Internet browser and Mozilla Firefox browser when opening a URL of website.

See also: How to Use Browser App on Samsung Galaxy S3


How

Monday, 7 October 2013

Samsung Galaxy S3: How to Use Reader Mode in Browser Apps

Internet Browser apps is one of the pre-installed application that you can find inside the Samsung Galaxy SIII. You can use this apps to meet your Internet needs, such as to browse the webs or read online magazine, etc.

See also: How to Use Browser Apps in Samsung Galaxy S3

While you use this apps to view web page and read its content, usually you'll see another web's components, such as

Monday, 16 September 2013

Samsung Galaxy S3: How to Add Website Shortcut on Home Screen

Bookmarks your favourite or most visited website is one of the way that you can do to make you more faster and easier when you want to visit them. By doing this, you don't need to enter the URL each time you want to access them, you just need to tap Bookmark icon then choose which the bookmarked website you wish to visit.

See also: How to Add and View Bookmark on Samsung Galaxy S3

One more way

Samsung Galaxy S3: How to Make the Browser to Load or Not the Flash on the Web

One way to do to enable you viewing flash-based website is by installing Adobe Flash Player on your Samsung Galaxy SIII. Even though nowadays Adobe Flash Player is no longer available on Google Play Store, you still be able to install it from another source. First, you need to allow your phone to install from unknown source to do so.

See also: How to Install Adobe Flash Player Application on

Tuesday, 16 April 2013

3 ways to force the WebBrowser control to logout from Facebook

     Decided to write this post because it took me some time to find the answer. Maybe you already know that if you use OAuth Facebook connect inside your Windows Phone application there is one step where you use the WebBrowser control to let the user authenticate on the Facebook server and authorize your app. The "problem" presents itself when you want to link another user because the WebBrowser control has already memorized the old credentials and will automatically use them. What needs to be done is to logout the old user from the WebBrowser without actually telling the user to go on the web page and click logout. I have found 3 easy ways to do that: the first two will work on both Windows Phone 7.x and Windows Phone 8 and are Facebook specific and the third one will only work on Windows Phone 8 (generic method for OAuth providers). The 3 methods can use the WebBrowser control headless (you don't actually have to show the WebBrowser control to the user and don't even have to have the webbrowser attached to a Page):  

Method 1: described by Rene Schulte in this blog post  
The method constructs the logout Uri using your AppId and a SessionKey that is obtained from the AccessToken you got when the user authenticated.

Get the SessionKey:
  private static string ExtractSessionKeyFromAccessToken(string accessToken)  
{
if (!String.IsNullOrEmpty(accessToken))
{
var parts = accessToken.Split('|');
if (parts.Length > 2)
{
return parts[1];
}
}
return String.Empty;
}

Obtain the logout Uri:
  public Uri GetLogoutUri(FacebookCredentials credentials)  
{
var sessionkey = ExtractSessionKeyFromAccessToken(credentials.AccessToken);
var url = String.Format("http://facebook.com/logout.php?app_key={0}&session_key={1}&next={2}", EndpointData.FacebookAppId, sessionkey, EndpointData.FacebookLogoutCallbackUrl);
return new Uri(url);
}

Make the WebBrowser navigate to the logout Uri:
 Browser.Navigate(FacebookService.GetLogoutUri(EndpointData.Settings.Facebook));  

Method 2:
If for some reason you don't have the Facebook AppId available (my case) you can use the WebBrowser to navigate to the Logout page https://www.facebook.com/logout.php and after the page gets loaded you just execute the script document.forms['logout_form']:
 wb.LoadCompleted += wb_LoadCompleted;  
wb.Navigate(new Uri("https://www.facebook.com/logout.php"));
Once the page gets loaded:
 void wb_LoadCompleted(object sender, System.Windows.Navigation.NavigationEventArgs e)  
{
wb.LoadCompleted -= wb_LoadCompleted;
if (wb.SaveToString().Contains("logout_form"))
wb.InvokeScript("eval", "document.forms['logout_form'].submit();");
}

Method 3:
This is the easiest one, but will only work on Windows Phone 8: call the new WebBrowser async method ClearCookiesAsync(). This method works for every OAuth provider (Dropbox, Box, Skydrive, Picasa, Flickr, Google Drive... infinite list).

NAMASTE