initialxy / cordova-plugin-themeablebrowser

Fork of org.apache.cordova.inappbrowser in an attempt to make it a bit more themeable and configurable to add some custom actions.
Apache License 2.0
294 stars 221 forks source link

Buttons "Failed to load on" on iOS only #86

Open yarnball opened 7 years ago

yarnball commented 7 years ago

Hi,

Using the Safari inspector, I see JS errors appearing in the simulator. I don't have any problems when building/compelling my app.

I've tried removing, then re-adding the plugin (ionic plugin add cordova-plugin-themeablebrowser). No success.

It does not seem to create ic_buttons in platofrms/ios/myApp.xcodeproj/project.pbxproj

On my iOS device (and in the simulator) no navigational buttons appear. On android- it works fine.

Any suggestions?

[Error] Image for close button, ic_action_remove, failed to load.
    (anonymous function) (product.js:226)
    fire (cordova.js:771)
    _eventHandler (themeablebrowser.js:34)
    cb (themeablebrowser.js:102)
    callbackFromNative (cordova.js:286)
    (anonymous function) (cordova.js:1103)
    nativeEvalAndFetch (cordova.js:1111)
    nativeCallback (cordova.js:1100)
    global code (index.html (line 1))
[Error] Pressed image for close button, ic_action_remove, failed to load.
    (anonymous function) (product.js:226)
    fire (cordova.js:771)
    _eventHandler (themeablebrowser.js:34)
    cb (themeablebrowser.js:102)
    callbackFromNative (cordova.js:286)
    (anonymous function) (cordova.js:1103)
    nativeEvalAndFetch (cordova.js:1111)
    nativeCallback (cordova.js:1100)
    global code (index.html (line 1))
[Error] Image for back button, ic_action_previous_item, failed to load.
    (anonymous function) (product.js:226)
    fire (cordova.js:771)
    _eventHandler (themeablebrowser.js:34)
    cb (themeablebrowser.js:102)
    callbackFromNative (cordova.js:286)
    (anonymous function) (cordova.js:1103)
    nativeEvalAndFetch (cordova.js:1111)
    nativeCallback (cordova.js:1100)
    global code (index.html (line 1))
[Error] Pressed image for back button, ic_action_previous_item, failed to load.
    (anonymous function) (product.js:226)
    fire (cordova.js:771)
    _eventHandler (themeablebrowser.js:34)
    cb (themeablebrowser.js:102)
    callbackFromNative (cordova.js:286)
    (anonymous function) (cordova.js:1103)
    nativeEvalAndFetch (cordova.js:1111)
    nativeCallback (cordova.js:1100)
    global code (index.html (line 1))
[Error] Image for forward button, ic_action_next_item, failed to load.
    (anonymous function) (product.js:226)
    fire (cordova.js:771)
    _eventHandler (themeablebrowser.js:34)
    cb (themeablebrowser.js:102)
    callbackFromNative (cordova.js:286)
    (anonymous function) (cordova.js:1103)
    nativeEvalAndFetch (cordova.js:1111)
    nativeCallback (cordova.js:1100)
    global code (index.html (line 1))
[Error] Pressed image for forward button, ic_action_next_item, failed to load.
    (anonymous function) (product.js:226)
    fire (cordova.js:771)
    _eventHandler (themeablebrowser.js:34)
    cb (themeablebrowser.js:102)
    callbackFromNative (cordova.js:286)
    (anonymous function) (cordova.js:1103)
    nativeEvalAndFetch (cordova.js:1111)
    nativeCallback (cordova.js:1100)
    global code (index.html (line 1))
MaxDunice commented 7 years ago

Any progress?