Подскажите пожалуйста каким образом я могу открывать в приложении на ionic сайт на конкретном домене ? я пытался ставить iframe , но с сайтом не работает , работают только видео с ютуба
Сергей Алпеев: там параметр target = _self должен открывать в этом же окне - т.е. в приложении
Обратите внимание что открываемый url должен быть в white list.
https://github.com/apache/cordova-plugin-inappbrow...
target: The target in which to load the URL, an optional parameter that defaults to _self. (String)
_self: Opens in the Cordova WebView if the URL is in the white list, otherwise it opens in the InAppBrowser.
_blank: Opens in the InAppBrowser.
_system: Opens in the system's web browser.