iphone childbrowser cordova :: Unable to load 2nd webpage - iphone

I am using ChildBrowser phonegap(Cordova) plugin, downloaded from Github
So far i am able to load my external page www.xyz.com/login.aspx, which has login id/pass and login button. Upon login button click with valid login data, my application should load www.xyz.com/tasks.aspx page. But blank screen is displayed. Please help to load correct page.
In log i can see following texts
New Address is : http://xyz.com/login.aspx
New Address is : http://xyz.com/tasks.aspx
but content of tasks.aspx is not displayed.
Has anyone faced such issue, or its plugin issue (if so, how to get fixed code from github?)

In my case Child browser is working fine , If you can able to navigate to "tasks.aspx" from login.aspx . I think in your coding wise no issue , if this page usage any flash content it will show blank , can you check this again.

Related

why does "page isn't working" show when I try to login or do something in my website?

I uploaded my folder on the server I purchased using WinSCP. When I view my site, it shows my index and all I can do is view those pages in my navbar, but when I try to login or send a registration form, :
I do not know what just happened. I also tried uploading before but I never encountered this problem. Any help? What should I do?

Facebook tab not working in IE, works on website URL

I've created this facebook tab, and for some reason it will not work in IE once implemented into facebook. It DOES work on the website url where it is placed. The url is: https://www.enterprisebanking.com/assets/fb-products/
The tab works great in every browser except for IE. In IE, the entire middle section is missing and the tabs are unable to be clicked on.
Here's a screenshot of how the tab looks in IE: http://grab.by/s9Qu
Any advice is appreciated.
Dan
You have a console.log in https://www.enterprisebanking.com/assets/fb-products/js/tabs.js this will cause it to break in IE.

No longer able to create Facebook Page Tab App

I used to create custom page tabs following this procedure laid down by Facebook https://developers.facebook.com/docs/appsonfacebook/pagetabs/ and everything worked well till last few months. But suddenly all my page tab apps went into sandbox mode and I am not able to create new page tab apps.
I can create new apps but when I try to add page tab URLs to the Page Tab section, it throws me this error
Error
There was a problem saving your changes. Please try again later.
Is it happening because of some change at Facebook Side or am I missing something?
Can someone point me to a fix.
Thanks in advance.

Misconfigured App on Facebook but no errors?

I am trying to set up a tab with a link to a contact form from my site on Facebook.
I developed the 'app' through the developers site and have set up the page tab.
I've saved the app and it saves it fine (displaying a message saying changes were saved but it might take some time to propagate across all servers.)
Well I waited an hour and I still can't add the tab to my page. I tried locating the app page directly using the namespace, but I get an error message saying:
"[My App] cannot be displayed because the app is misconfigured."
I don't know how it is misconfigured? There are no errors when saving, so I don't know what the issue is or how to go about fixing it. There are no problems with the app that I can see... how am I supposed to know what's wrong with it?
All it is is a page tab. I've put the link to the page tab in, I don't have a secure page (https) so I have left this box blank but I don't know what to do now.
Any ideas how I can find out in what way it is 'misconfigured'?
This error usually occurs when you try to view the App Center page for the app when the app doesn't have the 'App Details' tab settings populated.
So instead of:
https://www.facebook.com/appcenter/APP_NAMESPACE
Make sure you are loading:
https://apps.facebook.com/APP_NAMESPACE
That page will display hints (if you are admin or developer of the app) on what you are missing.
And, adding to the answer already given by #Donn Lee, which pointed to the right way, you must also ADD A PLATFORM in settings, in https://developers.facebook.com/apps/APP-ID/settings/

App name showing incorrectly on the ticker

We have an old name for the app and we want the app to show the correct name on the ticker but we have not been able to do it (it is still showing the old name). We updated the title of the url canvas and submitted it on the debugger and interestingly enough, the title is taken correctly on the https address (it is shown on the debugger page but not in the ticker) but not on the http url. Actually it says for the http that the app has problems with the meta tags. Any idea on how to fix this problem? Thanks a Lot, Gilmer
Go to http://developers.facebook.com/tools/debug
Enter your url in that and try to generate all the information.
If that is not showing any errors in that, then scroll down at the end of the page.
You will find block named as "URLs"
Click on the first link named as: "Graph API:".
This will solve your issue.
In future, if you are going to change any content from your page, then don't forget to do the same process once again.
Thanks!