Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Childbrowser plugin for Android, implementation related question
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
pearl.bjc  
View profile  
 More options Mar 31 2012, 4:35 pm
From: "pearl.bjc" <pearl....@gmail.com>
Date: Sat, 31 Mar 2012 13:35:55 -0700 (PDT)
Local: Sat, Mar 31 2012 4:35 pm
Subject: Childbrowser plugin for Android, implementation related question

Hello Phongap developers and all seniors,

I have made simple iPhone application using  Phonegap (1.5- cordova)
successfully. In that i am able to load www.mywebsite.com and able to
navigate website fine.

Now i am making same sort of application for android. So far i am able to
display www.mywebsite.com successfullly, not fully tested yet.

As I have worked in past with JAVA and android, i looked into the source of
ChildBrowser.JAVA file.. and found that webview is loaded dynamically as
title less, cancel-able dialog box
   dialog.requestWindowFeature(Window.FEATURE_NO_TITLE);
   dialog.setCancelable(true);

So if user presses BACK button on android device (this button is not
available in iPhone)... it will simply dismiss the dialog box, which i
think not right ?

Another point, it is actually not loading remote webpage into same window
(as it seem to be in iPhone), right?

What i want to implement is first page should be loaded is
www.mywebsite.com from local empty index.html (onLoad and cb.showWebPage).
IF back button is pressed to my first page then it should terminate the
application, right now it is showing blank local web page.

Thanks in advance,

pbjc


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Simon MacDonald  
View profile  
 More options Apr 2 2012, 12:17 pm
From: Simon MacDonald <simon.macdon...@gmail.com>
Date: Mon, 2 Apr 2012 12:17:16 -0400
Local: Mon, Apr 2 2012 12:17 pm
Subject: Re: [PhoneGap] Childbrowser plugin for Android, implementation related question

That is the way the ChildBrowser is designed on Android.

I think what you want to do is a super.loadUrl("http://www.mysite.com");
from your main Android class.

Simon Mac Donald
http://hi.im/simonmacdonald


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »