سؤال

I searched the WL API in the Information Center but didn't find a WL equivalent API to the Cordova window.open() which will open the URL in an in app browser (using the _blank option for example).

Does one exist or should I just use the cordova API?

هل كانت مفيدة؟

المحلول

WL.App.openURL is an implementation of what you are looking for it. Underlying it is Cordova.

Though, Window.open() has some advantages. I have a writeup comparing different ways of opening server side pages.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top