- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When i tip the URL direct in InAppBrowser script code, the "done Button"and toolbar appear inside InAppBrowser view.
But if script receives the URL by an expression (variable) the InApp don't shows the buttons and bars...
Someone had this kind of problem before?
- Tags:
- HTML5
- Intel® XDK
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Something like this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Marcos N.
I think the problem is in the code. From the image you posted, I see that you have an additional "+" sign before "_blank".
cordova.InAppBrowser.open(valor, + '_blank', 'location=yes');
can you try removing that additional "+" sign and try again?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
TO begin.... Really thanks for answer so quickly. And then... i`m so shame.. its run!! It was so simple and i don't saw... THANKY you NICO.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No Problem Marcos N.!
This kind of errors are really common on Javascript code. There are several tools (jshint, eslint) that helps you with this Checkings. The XDK support xlint and jshint in the Editor.
You can see here how to configure it https://software.intel.com/en-us/xdk/docs/using-the-editor-in-the-develop-tab (Section "Configure JSHint")

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page